name: sanity
description: A simple module that should fail during parsing
should_fail: 1
tags: sanity
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv:13:1: error: expected member
syntaxerror
^~~~~~~~~~~
name: sanity
description: A simple module that should fail during parsing
should_fail: 1
tags: sanity
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv:14: syntax error, unexpected wire, expecting IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv
name: sanity
description: A simple module that should fail during parsing
should_fail: 1
tags: sanity
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv:14: syntax error, unexpected TOK_WIRE, expecting TOK_ID or '#'
name: sanity
description: A simple module that should fail during parsing
should_fail: 1
tags: sanity
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv']
incdirs: []
top_module:
rc: 0

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv::14 error in parsing: (syntax error, unexpected netWIRE, expecting vSYMBOL_ID or '#')
wire clk;
--------------------------------------------------------------------
Welcome to ODIN II version 0.1 - the better High level synthesis tools++ targetting FPGAs (mainly VPR)
Email: jamieson.peter@gmail.com and ken@unb.ca for support issues

--------------------------------------------------------------------
High-level synthesis Begin
Parser starting - we'll create an abstract syntax tree. Note this tree can be viewed using Grap Viz (see documentation)
Adding file /home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv to parse list
Optimizing module by AST based optimizations
Converting AST into a Netlist. Note this netlist can be viewed using GraphViz (see documentation)
==========================
Detected Top Level Module: sanity_tb
==========================
Performing Optimizations of the Netlist
Performing Partial Map to target device
Outputting the netlist to the specified output format
Successful High-level synthesis by Odin
Blif file available at odin.blif
Ran in 2.7ms
--------------------------------------------------------------------
--------------------------------------------------------------------
Odin ran with exit status: 0
Odin II took 0.00 seconds (max_rss 6.9 MiB)
name: sanity
description: A simple module that should fail during parsing
should_fail: 1
tags: sanity
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv:13: error: Invalid module instantiation
name: sanity
description: A simple module that should fail during parsing
should_fail: 1
tags: sanity
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType wire,DTIdent "clk"]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: sanity
description: A simple module that should fail during parsing
should_fail: 1
tags: sanity
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/sanity.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: swerv
description: Full swerv core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/swerv_types.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv_wrapper.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_compress_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ifc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_div_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_clkdomain.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_addrcheck.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_wrapper.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_jtag_to_core_sync.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/mem_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/ahb_to_axi4.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default']
should_fail: 0
tags: swerv
top_module: swerv_wrapper
rc: 2

error: no input files
name: swerv
description: Full swerv core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/swerv_types.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv_wrapper.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_compress_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ifc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_div_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_clkdomain.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_addrcheck.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_wrapper.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_jtag_to_core_sync.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/mem_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/ahb_to_axi4.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default']
should_fail: 0
tags: swerv
top_module: swerv_wrapper
rc: 0

name: swerv
description: Full swerv core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/swerv_types.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv_wrapper.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_compress_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ifc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_div_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_clkdomain.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_addrcheck.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_wrapper.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_jtag_to_core_sync.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/mem_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/ahb_to_axi4.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default']
should_fail: 0
tags: swerv
top_module: swerv_wrapper
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh' to AST representation.
Successfully finished Verilog frontend.

2. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h' to AST representation.
Successfully finished Verilog frontend.

3. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:16: Unimplemented compiler directive or undefined macro `RV_PIC_TOTAL_INT_PLUS1.
name: swerv
description: Full swerv core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/swerv_types.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv_wrapper.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_compress_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ifc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_div_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_clkdomain.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_addrcheck.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_wrapper.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_jtag_to_core_sync.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/mem_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/ahb_to_axi4.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default']
should_fail: 0
tags: swerv
top_module: swerv_wrapper
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv::34 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ')' or ',')
input logic axi_awvalid,
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: swerv
description: Full swerv core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/swerv_types.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv_wrapper.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_compress_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ifc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_div_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_clkdomain.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_addrcheck.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_wrapper.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_jtag_to_core_sync.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/mem_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/ahb_to_axi4.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default']
should_fail: 0
tags: swerv
top_module: swerv_wrapper
rc: 231

/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:16: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:18: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:19: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:20: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:21: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:22: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:23: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:24: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:26: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:27: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:28: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:29: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:31: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:33: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:34: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:35: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:36: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:37: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:38: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:40: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:41: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:42: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:43: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:45: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:46: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:47: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:49: sorry: localparam declarations in the $root scope are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:68: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:68: error: syntax error localparam list.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:183: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:186: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:217: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:218: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:232: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:235: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:239: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:242: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:94: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:96: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:98: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:107: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:109: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:112: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:114: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:116: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:118: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:127: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:129: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:132: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:134: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:136: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:138: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:147: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:149: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:152: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:154: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:156: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:158: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:167: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:169: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_ctrl_verilator_unroll.sv:171: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:415: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:416: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:417: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:420: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:421: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:421: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:421: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:421: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:421: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:427: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:428: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:428: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:429: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:430: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:430: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:430: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:430: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:430: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:435: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:436: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:438: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:439: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:452: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:2: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:4: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:5: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:5: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:6: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:6: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:7: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:11: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:15: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:19: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:20: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:20: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:21: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:22: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:22: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:23: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:24: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:24: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:25: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:25: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:26: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:27: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:28: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:28: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:29: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:29: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/pic_map_auto.h:30: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv:478: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:244: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:244: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:244: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:244: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:244: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:285: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:288: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:315: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:316: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:317: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:317: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:317: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:317: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:317: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv:321: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:858: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:858: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:858: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:858: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:858: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:870: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1000: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1002: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1004: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1004: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1006: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1010: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1013: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1019: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1021: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1024: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1027: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1029: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1031: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1033: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1035: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1037: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1040: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1043: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1047: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1050: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1052: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1055: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1061: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1066: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1078: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1085: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1090: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1095: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1100: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1102: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1104: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1106: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1110: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1117: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1124: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1131: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv:1139: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1074: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1077: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1078: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1078: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1081: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1082: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1082: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1085: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1086: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1086: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1089: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1090: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1090: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1093: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1094: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1094: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1097: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1098: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1098: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1101: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1102: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1102: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1105: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1106: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1106: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1109: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1110: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1110: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1117: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1199: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1208: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1211: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1220: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1223: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1224: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1226: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1362: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1442: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1447: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1506: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1511: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1570: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1571: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1572: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1572: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1573: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1574: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1576: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1577: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1578: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1579: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1587: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1587: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1587: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1587: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1587: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1591: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1592: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1593: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1595: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1596: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1597: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1598: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1617: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1625: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1626: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1626: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1626: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1626: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1633: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1636: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1649: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1654: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1655: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1655: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1656: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1657: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1658: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1659: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1660: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1661: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1662: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1662: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1662: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1662: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1662: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1665: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1666: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1667: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1668: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1669: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1670: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1671: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv:1696: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:226: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:226: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:226: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:226: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:226: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:230: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:230: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:230: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:230: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:230: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:254: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:445: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:445: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:445: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:445: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:445: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:534: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv:547: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:413: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:414: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:415: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:415: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:418: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:418: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:419: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:422: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:422: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:427: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:430: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:430: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:431: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:434: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:434: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:435: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:438: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:438: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:439: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:442: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:442: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:443: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:446: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:446: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:447: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:450: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:451: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:585: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:593: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:596: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:598: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:730: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:730: error: syntax error in continuous assignment
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:821: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:822: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:823: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:823: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:824: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:825: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:830: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:830: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:831: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:832: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:835: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:835: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:836: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:837: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:840: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:840: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:841: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:844: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:844: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:845: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:848: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:848: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:849: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:852: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:852: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:853: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:854: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:855: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:859: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:860: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1031: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1031: error: syntax error in continuous assignment
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1229: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1230: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1233: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1238: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1239: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1243: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1244: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1244: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1244: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1244: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1244: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1253: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1283: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1285: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1298: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1304: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1325: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1327: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1328: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1329: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1330: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1330: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1330: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1330: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1330: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv:1343: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv:72: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv:72: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv:72: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv:72: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv:72: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv:127: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv:131: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:594: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:595: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:597: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:597: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:598: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:599: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:600: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:601: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:602: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:603: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:606: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:606: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:608: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:608: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:609: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:610: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:611: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:612: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:613: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:614: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:619: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:726: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:727: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:728: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:728: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:729: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:729: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:729: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:729: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:729: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:733: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:739: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:770: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:770: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:770: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:770: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:770: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:777: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:778: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:781: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:781: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:782: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:783: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:784: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:790: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:790: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:792: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:792: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:796: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:796: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:799: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:807: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:811: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:824: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:825: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:826: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:826: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:827: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:829: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:829: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:829: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:829: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:829: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:832: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:833: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:835: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:836: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:842: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:915: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:916: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:917: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:917: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:920: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:920: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:921: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:921: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:922: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:922: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:923: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:923: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:924: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:924: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:925: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:925: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:926: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:926: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:927: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:927: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:928: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:928: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:929: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:929: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:930: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:930: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:931: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:931: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:932: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:932: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:933: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:933: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:937: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:937: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:938: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:938: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:939: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:939: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:940: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:940: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:941: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:941: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:942: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:942: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:954: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1930: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1931: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1932: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1932: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1933: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1936: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1938: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1939: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1940: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1940: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1941: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1944: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1947: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1948: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1950: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1950: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1951: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1953: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1955: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1955: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1959: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1977: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1980: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1981: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1982: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1984: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1984: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1985: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1987: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1990: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1990: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1991: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:1996: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2114: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2115: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2117: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2117: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2118: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2119: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2120: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2121: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2122: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2125: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2130: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2131: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2133: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2133: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2134: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2135: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2136: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2137: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2138: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2141: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2143: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2144: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2146: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2146: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2147: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2149: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2151: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2152: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2154: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2156: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2156: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2161: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2169: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2172: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2173: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2174: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2177: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2177: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2179: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2180: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2182: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2183: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2184: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2186: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2187: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2188: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv:2193: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:68: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:68: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:68: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:68: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:68: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:70: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:70: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:70: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:70: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:70: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:77: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:78: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:78: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:79: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:80: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:81: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:82: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:83: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:84: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:87: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:87: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:87: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:87: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:87: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:88: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:88: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:90: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:91: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:92: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:97: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:97: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:97: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:97: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:99: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:100: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv:101: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv:107: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv:160: sorry: Given type 13parray_type_t not supported here (pform.cc:2370).
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv:1896: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv:1896: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv:1896: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv:1896: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv:1896: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv:1957: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv:31: sorry: Given type 13parray_type_t not supported here (pform.cc:2370).
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv:44: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv:44: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv:44: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv:44: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv:44: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv:54: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv:31: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv:32: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv:397: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv:487: error: duplicate declaration for net or variable 'dec_i0_trigger_match_d' in 'dec_trigger'.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv:488: error: duplicate declaration for net or variable 'dec_i1_trigger_match_d' in 'dec_trigger'.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv:263: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv:264: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv:266: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv:266: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv:267: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv:268: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv:269: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv:38: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:374: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:375: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:376: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:376: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:378: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:379: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:381: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:382: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:384: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:385: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv:390: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv:90: sorry: Given type 13parray_type_t not supported here (pform.cc:2370).
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:231: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:232: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:233: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:233: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:234: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:235: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:236: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:238: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:239: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:240: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:241: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:242: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv:246: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:202: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:202: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:202: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:202: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:202: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:227: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:230: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:261: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:263: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:264: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:264: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:264: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:264: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:264: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:269: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:295: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:295: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:295: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:295: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:295: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:305: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:309: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:310: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:310: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:311: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:311: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:311: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:311: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:311: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:314: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:317: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:317: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:317: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:317: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:317: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:319: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:321: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:322: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:327: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:327: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:327: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:327: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:328: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:328: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:331: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:335: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:336: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:336: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:337: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:337: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:337: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:337: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:337: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:343: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:344: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:348: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:349: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:351: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:352: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:356: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:357: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:359: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:360: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:364: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:365: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:367: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:368: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:372: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:372: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:372: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:372: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:382: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv:385: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:28: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:27: error: Syntax error defining function.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:198: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:198: error: syntax error localparam list.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:248: Compound type is not PACKED in this context.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:266: Compound type is not PACKED in this context.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:375: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:375: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:375: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:375: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:375: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:379: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:381: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:381: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:381: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:381: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:384: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:384: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:384: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:384: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:384: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:390: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:394: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:397: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:397: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:397: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:397: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:397: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:400: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:403: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:404: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:404: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:405: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:405: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:405: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:405: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:405: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:407: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:408: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:409: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:411: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:412: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:413: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:414: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:423: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:451: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:451: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:451: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:451: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:451: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:455: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:461: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:461: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:461: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:461: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:461: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:465: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:467: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:507: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:507: error: syntax error in continuous assignment
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:508: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:508: error: syntax error in continuous assignment
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:519: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:519: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:519: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:519: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:519: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:522: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:526: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:548: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:549: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:550: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:550: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:551: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:552: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:555: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:555: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:555: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:555: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:555: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:558: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:566: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:566: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:566: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:566: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:569: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:579: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:579: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:579: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:579: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:583: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:585: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:591: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:591: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:591: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:591: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:591: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:592: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:592: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:601: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:601: error: syntax error in continuous assignment
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:602: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:609: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:609: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:609: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:609: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:627: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:628: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:629: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:629: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:630: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:631: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:632: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:633: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:634: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:635: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:636: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:637: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:641: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:641: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:642: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:644: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:645: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:646: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:649: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:649: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:650: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:653: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:653: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:654: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:655: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:656: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:659: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:659: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:660: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:662: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:663: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:664: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:666: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:668: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:671: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:671: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:672: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:673: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:676: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:676: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:677: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:678: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:679: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:680: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:681: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:682: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:683: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:684: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:685: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:688: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:690: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:708: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:717: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:718: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:718: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:719: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:720: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:721: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:721: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:721: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:721: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:721: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:723: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:724: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:725: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:729: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:736: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:737: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:738: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:738: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:738: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:738: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:738: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:744: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:754: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:755: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:756: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:756: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:757: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:758: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:759: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:760: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:761: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:762: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:762: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:762: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:762: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:762: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:765: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:766: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:767: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:768: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:769: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:770: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:774: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:789: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:790: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:791: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:791: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:791: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:791: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:791: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:798: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:802: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:803: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:804: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:804: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:804: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:804: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:804: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:810: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:811: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:812: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:813: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:813: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:814: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:814: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:814: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:814: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:814: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:816: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:819: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:837: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:837: error: syntax error in continuous assignment
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:854: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv:854: error: syntax error in continuous assignment
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:305: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:305: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:305: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:305: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:305: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:365: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:368: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:369: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:369: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:370: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:370: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:370: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:370: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:370: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:372: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv:377: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:119: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:119: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:119: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:119: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:119: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:124: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:140: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:164: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:165: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:173: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv:175: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv:88: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv:88: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv:88: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv:88: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv:88: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv:119: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv:122: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv:136: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv:136: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv:136: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv:136: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv:136: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv:141: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv:147: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv:32: sorry: Given type 13parray_type_t not supported here (pform.cc:2370).
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv:48: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv:48: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv:48: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv:48: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv:48: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv:58: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:115: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:399: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:400: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:401: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:401: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:402: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:403: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:404: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:405: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:409: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:409: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:410: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:411: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:415: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:415: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:416: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:420: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:420: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:423: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:424: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:425: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:426: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:429: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:429: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:430: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:433: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:433: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:434: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:437: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:437: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:438: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:439: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:440: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:443: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:443: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:444: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:447: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:447: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:448: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:449: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:450: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:451: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:452: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:455: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:467: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:487: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:488: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:489: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:489: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:490: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:491: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:492: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:493: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:494: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:497: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:497: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:498: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:499: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:500: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:501: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:502: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:505: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:505: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:506: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:507: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:508: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:511: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:511: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:512: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:513: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:514: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:517: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:517: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:518: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:521: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:521: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:522: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:525: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:525: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:526: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:529: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:529: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:530: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:533: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:533: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:534: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:535: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:536: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:539: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:539: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:540: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:541: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:542: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:545: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:545: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:546: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:547: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:548: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:549: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:552: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:552: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:553: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:554: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:555: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:556: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:557: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:558: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:561: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv:563: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:93: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:94: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:96: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:96: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:97: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:97: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:98: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:98: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:99: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:99: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:100: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:100: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:101: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:101: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:102: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:102: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:103: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:103: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:104: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:104: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:105: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:105: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:106: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:106: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:107: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:107: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:108: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:108: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:109: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:109: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:110: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:110: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:111: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:111: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:112: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:112: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:117: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:118: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:118: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:119: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:121: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:163: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:164: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:168: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:168: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:171: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:171: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:172: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:172: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:177: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:177: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:178: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:178: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:179: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:179: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:182: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:182: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:183: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:183: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv:188: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:34: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:36: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:37: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:38: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:39: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:52: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:160: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:160: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:254: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:255: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:256: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:258: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:271: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:272: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:273: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:273: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:275: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:275: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:275: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:275: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:275: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:277: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:287: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:288: error: duplicate declaration for net or variable 'done' in 'rvfindfirst1'.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:290: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:291: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:292: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:292: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:293: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:293: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:293: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:293: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:293: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:295: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:308: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:318: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:319: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:320: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:322: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv:375: syntax error
I give up.
name: swerv
description: Full swerv core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/swerv_types.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv_wrapper.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_compress_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ifc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_div_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_clkdomain.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_addrcheck.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_wrapper.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_jtag_to_core_sync.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/mem_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/ahb_to_axi4.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default']
should_fail: 0
tags: swerv
top_module: swerv_wrapper
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: RV_PIC_TOTAL_INT_PLUS1, at /home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h:16:54
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: swerv
description: Full swerv core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default/common_defines.vh', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/build.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/global.h', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include/swerv_types.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv_wrapper.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/pic_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/swerv.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dma_ctrl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_aln_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_compress_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ifc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_bp_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_ic_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_mem_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu_iccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/ifu/ifu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_decode_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_gpr_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_ib_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_tlu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dec/dec.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_alu_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_mul_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu_div_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/exu/exu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_clkdomain.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_addrcheck.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_lsc_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_stbuf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_bus_intf.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_ecc.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_mem.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_dccm_ctl.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lsu/lsu_trigger.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dbg/dbg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_wrapper.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/dmi_jtag_to_core_sync.v', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi/rvjtag_tap.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/beh_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/mem_lib.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/ahb_to_axi4.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib/axi4_to_ahb.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/include', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/lib', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/design/dmi', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/swerv/configs/snapshots/default']
should_fail: 0
tags: swerv
top_module: swerv_wrapper
rc: 0

FAKE RUNNER
name: ibex
description: Full ibex core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_compressed_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_slow.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_prefetch_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_fetch_fifo.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pmp.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl']
should_fail: 0
tags: ibex
top_module:
rc: 2

error: no input files
name: ibex
description: Full ibex core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_compressed_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_slow.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_prefetch_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_fetch_fifo.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pmp.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl']
should_fail: 0
tags: ibex
top_module:
rc: 0

%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv:93: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.if_stage_i.if_id_pipe_reg_we
%Warning-UNOPTFLAT: Use "/* verilator lint_off UNOPTFLAT */" and lint_on around source to disable this message.
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv:93: ibex_core.if_stage_i.if_id_pipe_reg_we
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv:171: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv:75: ibex_core.if_stage_i.have_instr
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv:227: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv:93: ibex_core.if_stage_i.if_id_pipe_reg_we
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:167: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.id_in_ready
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:167: ibex_core.id_in_ready
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:191: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:106: ibex_core.id_stage_i.controller_i.halt_if
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:558: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:167: ibex_core.id_in_ready
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:54: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.sign_a
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:54: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.sign_a
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:114: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:47: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mac_res_signed
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:248: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:54: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.sign_a
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:51: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mult_op_a
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:51: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mult_op_a
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:114: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:47: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mac_res_signed
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:248: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:51: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mult_op_a
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:54: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.sign_b
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:54: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.sign_b
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:114: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:47: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mac_res_signed
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:248: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:54: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.sign_b
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:52: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mult_op_b
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:52: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mult_op_b
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:114: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:47: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mac_res_signed
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:248: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:52: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mult_op_b
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:53: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.accum
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:53: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.accum
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:114: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:47: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.mac_res_signed
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:248: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:53: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.accum
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:45: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.ex_block_i.multdiv_alu_operand_a
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:45: ibex_core.ex_block_i.multdiv_alu_operand_a
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv:72: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:46: ibex_core.ex_block_i.alu_adder_result_ext
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:130: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:57: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.is_greater_equal
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:121: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:66: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.next_remainder
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:144: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:45: ibex_core.ex_block_i.multdiv_alu_operand_a
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:45: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.ex_block_i.multdiv_alu_operand_b
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:45: ibex_core.ex_block_i.multdiv_alu_operand_b
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv:72: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:46: ibex_core.ex_block_i.alu_adder_result_ext
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:130: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:57: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.is_greater_equal
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:121: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:66: ibex_core.ex_block_i.gen_multdiv_fast.multdiv_i.next_remainder
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv:144: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:45: ibex_core.ex_block_i.multdiv_alu_operand_b
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:118: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.lsu_addr_incr_req
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:118: ibex_core.lsu_addr_incr_req
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv:213: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv:183: ibex_core.id_stage_i.alu_op_a_mux_sel
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv:225: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv:205: ibex_core.id_stage_i.alu_operand_a
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv:72: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv:46: ibex_core.ex_block_i.alu_adder_result_ext
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv:313: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv:76: ibex_core.load_store_unit_i.split_misaligned_access
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv:318: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:118: ibex_core.lsu_addr_incr_req
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:130: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.core_ctrl_firstfetch
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:130: ibex_core.core_ctrl_firstfetch
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:276: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:258: ibex_core.clock_en
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv:16: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv:14: ibex_core.core_clock_gate_i.clk_en
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv:22: ASSIGNW
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:256: ibex_core.clk
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:573: ACTIVE
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:573: ASSIGNPRE
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:98: __Vdly__ibex_core.id_stage_i.controller_i.ctrl_fsm_cs
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:565: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:98: ibex_core.id_stage_i.controller_i.ctrl_fsm_ns
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv:191: ALWAYS
%Warning-UNOPTFLAT: Example path: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv:130: ibex_core.core_ctrl_firstfetch
%Warning-UNOPTFLAT: /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv:149: Signal unoptimizable: Feedback to clock or circular logic: ibex_core.cs_registers_i.mie_q
name: ibex
description: Full ibex core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_compressed_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_slow.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_prefetch_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_fetch_fifo.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pmp.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl']
should_fail: 0
tags: ibex
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv' to AST representation.
Generating RTLIL representation for module `\prim_clock_gating'.
Successfully finished Verilog frontend.

2. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv:16: syntax error, unexpected TOK_ID, expecting TOK_LOCALPARAM or TOK_ENDPACKAGE
name: ibex
description: Full ibex core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_compressed_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_slow.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_prefetch_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_fetch_fifo.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pmp.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl']
should_fail: 0
tags: ibex
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: ibex
description: Full ibex core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_compressed_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_slow.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_prefetch_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_fetch_fifo.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pmp.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl']
should_fail: 0
tags: ibex
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv:22: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv:196: syntax error
I give up.
name: ibex
description: Full ibex core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_compressed_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_slow.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_prefetch_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_fetch_fifo.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pmp.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl']
should_fail: 0
tags: ibex
top_module:
rc: 1

zachjs-sv2v: Maybe.fromJust: Nothing
name: ibex
description: Full ibex core test
files: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/examples/sim/rtl/prim_clock_gating.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pkg.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_alu.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_compressed_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_controller.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_cs_registers.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_decoder.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_ex_block.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_id_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_if_stage.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_load_store_unit.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_slow.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_multdiv_fast.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_prefetch_buffer.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_fetch_fifo.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_pmp.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_core.sv', '/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl/ibex_register_file_ff.sv']
incdirs: ['/home/travis/build/SymbiFlow/sv-tests/third_party/cores/ibex/rtl']
should_fail: 0
tags: ibex
top_module:
rc: 0

FAKE RUNNER
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0

name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv' to AST representation.
Generating RTLIL representation for module `\top'.
one line
Successfully finished Verilog frontend.
name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv' to AST representation.
Successfully finished Verilog frontend.
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

module top;
initial begin
;
$display("one line");
end
endmodule
name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0


name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: comments
description: A module testing system verilog comments
should_fail: 0
tags: 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0

name: comments
description: A module testing system verilog comments
should_fail: 0
tags: 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv
name: comments
description: A module testing system verilog comments
should_fail: 0
tags: 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv' to AST representation.
Generating RTLIL representation for module `\empty'.
Successfully finished Verilog frontend.
name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv' to AST representation.
Successfully finished Verilog frontend.
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv' to AST representation.
Successfully finished Verilog frontend.
name: comments
description: A module testing system verilog comments
should_fail: 0
tags: 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv::15 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: comments
description: A module testing system verilog comments
should_fail: 0
tags: 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv']
incdirs: []
top_module:
rc: 0

name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: comments
description: A module testing system verilog comments
should_fail: 0
tags: 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv']
incdirs: []
top_module:
rc: 0

module empty;

endmodule
name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0


name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0


name: comments
description: A module testing system verilog comments
should_fail: 0
tags: 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.4--coments.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_2
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_1
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_3
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_0
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_4
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_test_5
description: Test
should_fail: 0
tags: 5.3 5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/empty/empty_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: wrong-identifiers
description: Identifiers that should not be accepted
should_fail: 1
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:9:6: error: expected declarator
reg 0number;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:9:7: error: expected member
reg 0number;
^
name: identifiers
description: Identifiers that should be accepted
should_fail: 0
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv']
incdirs: []
top_module:
rc: 0

name: wrong-identifiers
description: Identifiers that should not be accepted
should_fail: 1
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:8: Unsupported or unknown PLI call: $dollar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:8: syntax error, unexpected ${ignored-bbox-sys}, expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv
name: identifiers
description: Identifiers that should be accepted
should_fail: 0
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv']
incdirs: []
top_module:
rc: 0

name: wrong-identifiers
description: Identifiers that should not be accepted
should_fail: 1
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:9: syntax error, unexpected TOK_CONST
name: identifiers
description: Identifiers that should be accepted
should_fail: 0
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv' to AST representation.
Generating RTLIL representation for module `\identifiers'.
Successfully finished Verilog frontend.
name: wrong-identifiers
description: Identifiers that should not be accepted
should_fail: 1
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv::8 error in parsing: (syntax error, unexpected vCFUNC, expecting vSYMBOL_ID or vSIGNED or '[')
reg $dollar;
name: identifiers
description: Identifiers that should be accepted
should_fail: 0
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: wrong-identifiers
description: Identifiers that should not be accepted
should_fail: 1
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:9: error: invalid module item.
name: identifiers
description: Identifiers that should be accepted
should_fail: 0
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv']
incdirs: []
top_module:
rc: 0

name: wrong-identifiers
description: Identifiers that should not be accepted
should_fail: 1
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '0' (Lit_number) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv:9:7.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: identifiers
description: Identifiers that should be accepted
should_fail: 0
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv']
incdirs: []
top_module:
rc: 0

module identifiers;
wire shiftreg_a;
wire busa_index;
wire error_condition;
wire merge_ab;
wire _bus3;
wire n$657;
wire sensitive;
wire Sensitive;
endmodule
name: wrong-identifiers
description: Identifiers that should not be accepted
should_fail: 1
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--wrong-identifiers.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: identifiers
description: Identifiers that should be accepted
should_fail: 0
tags: 5.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6--identifiers.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: escaped-identifiers
description: Escaped identifiers that should be accepted
should_fail: 0
tags: 5.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv']
incdirs: []
top_module:
rc: 0

name: escaped-identifiers
description: Escaped identifiers that should be accepted
should_fail: 0
tags: 5.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv']
incdirs: []
top_module:
rc: 0

name: escaped-identifiers
description: Escaped identifiers that should be accepted
should_fail: 0
tags: 5.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv' to AST representation.
Generating RTLIL representation for module `\identifiers'.
Successfully finished Verilog frontend.
name: escaped-identifiers
description: Escaped identifiers that should be accepted
should_fail: 0
tags: 5.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv::9 error in parsing: (syntax error, unexpected '+', expecting ';' or ',')
reg \busa+index ;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv::12 error in parsing: (syntax error, unexpected '/', expecting ';' or ',')
reg \net1/\net2 ;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv::14 error in parsing: (syntax error, unexpected '*', expecting ';' or ',')
reg \a*(b+c) ;
name: escaped-identifiers
description: Escaped identifiers that should be accepted
should_fail: 0
tags: 5.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv']
incdirs: []
top_module:
rc: 0

name: escaped-identifiers
description: Escaped identifiers that should be accepted
should_fail: 0
tags: 5.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv']
incdirs: []
top_module:
rc: 0

module identifiers;
wire \busa+index ;
wire \-clock ;
wire \***error-condition*** ;
wire \net1/\net2 ;
wire \{a,b} ;
wire \a*(b+c) ;
endmodule
name: escaped-identifiers
description: Escaped identifiers that should be accepted
should_fail: 0
tags: 5.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.1--escaped-identifiers.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: always_ff
description: The 'always_ff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv:9:8: error: expected declarator
bit always_ff;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv:9:18: error: expected statement
bit always_ff;
^
name: int
description: The 'int' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv:9:8: error: expected declarator
bit int;
^
name: release
description: The 'release' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv:9:8: error: expected declarator
bit release;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv:9:9: error: expected member
bit release;
^~~~~~~
name: endgroup
description: The 'endgroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv:9:8: error: expected declarator
bit endgroup;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv:9:9: error: expected member
bit endgroup;
^~~~~~~~
name: triand
description: The 'triand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv:9:8: error: expected declarator
bit triand;
^
name: clocking
description: The 'clocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv:9:8: error: expected declarator
bit clocking;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv:9:9: error: language feature not yet supported
bit clocking;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv:9:17: error: expected identifier
bit clocking;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv:9:18: error: expected 'endclocking'
bit clocking;
^
name: forkjoin
description: The 'forkjoin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv:9:8: error: expected declarator
bit forkjoin;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv:9:9: error: expected member
bit forkjoin;
^~~~~~~~
name: context
description: The 'context' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv:9:8: error: expected declarator
bit context;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv:9:9: error: expected member
bit context;
^~~~~~~
name: cover
description: The 'cover' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9:8: error: expected declarator
bit cover;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9:9: error: language feature not yet supported
bit cover;
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9:14: error: expected expression
bit cover;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9:14: error: expected '('
bit cover;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9:14: error: expected ')'
bit cover;
^
name: const
description: The 'const' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv:9:8: error: expected declarator
bit const;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv:9:14: error: expected data type (implicit type name not allowed)
bit const;
^
name: always
description: The 'always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv:9:8: error: expected declarator
bit always;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv:9:15: error: expected statement
bit always;
^
name: accept_on
description: The 'accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv:9:8: error: expected declarator
bit accept_on;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv:9:9: error: expected member
bit accept_on;
^~~~~~~~~
name: do
description: The 'do' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv:9:8: error: expected declarator
bit do;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv:9:9: error: expected member
bit do;
^~
name: casez
description: The 'casez' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv:9:8: error: expected declarator
bit casez;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv:9:9: error: expected member
bit casez;
^~~~~
name: trior
description: The 'trior' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv:9:8: error: expected declarator
bit trior;
^
name: strong
description: The 'strong' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv:9:8: error: expected declarator
bit strong;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv:9:9: error: expected member
bit strong;
^~~~~~
name: integer
description: The 'integer' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv:9:8: error: expected declarator
bit integer;
^
name: if
description: The 'if' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9:8: error: expected declarator
bit if;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9:11: error: expected expression
bit if;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9:11: error: expected '('
bit if;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9:11: error: expected ')'
bit if;
^
name: endpackage
description: The 'endpackage' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv:9:8: error: expected declarator
bit endpackage;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv:9:9: error: expected member
bit endpackage;
^~~~~~~~~~
name: endsequence
description: The 'endsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv:9:8: error: expected declarator
bit endsequence;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv:9:9: error: expected member
bit endsequence;
^~~~~~~~~~~
name: end
description: The 'end' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv:9:8: error: expected declarator
bit end;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv:9:9: error: expected member
bit end;
^~~
name: assign
description: The 'assign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv:9:8: error: expected declarator
bit assign;
^
name: specparam
description: The 'specparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv:9:8: error: expected declarator
bit specparam;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv:9:9: error: expected member
bit specparam;
^~~~~~~~~
name: bit
description: The 'bit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv:9:8: error: expected declarator
bit bit;
^
name: class
description: The 'class' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:9:8: error: expected declarator
bit class;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:9:9: error: language feature not yet supported
bit class;
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:9:14: error: expected identifier
bit class;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:10:1: error: expected member
endmodule
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:10:10: error: expected 'endclass'
endmodule
^
name: shortint
description: The 'shortint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv:9:8: error: expected declarator
bit shortint;
^
name: weak
description: The 'weak' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv:9:8: error: expected declarator
bit weak;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv:9:9: error: expected member
bit weak;
^~~~
name: ifnone
description: The 'ifnone' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv:9:8: error: expected declarator
bit ifnone;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv:9:9: error: expected member
bit ifnone;
^~~~~~
name: strong1
description: The 'strong1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv:9:8: error: expected declarator
bit strong1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv:9:9: error: expected member
bit strong1;
^~~~~~~
name: reject_on
description: The 'reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv:9:8: error: expected declarator
bit reject_on;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv:9:9: error: expected member
bit reject_on;
^~~~~~~~~
name: intersect
description: The 'intersect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv:9:8: error: expected declarator
bit intersect;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv:9:9: error: expected member
bit intersect;
^~~~~~~~~
name: nexttime
description: The 'nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv:9:8: error: expected declarator
bit nexttime;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv:9:9: error: expected member
bit nexttime;
^~~~~~~~
name: tran
description: The 'tran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv:9:8: error: expected declarator
bit tran;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv:9:9: error: expected member
bit tran;
^~~~
name: continue
description: The 'continue' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv:9:8: error: expected declarator
bit continue;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv:9:9: error: expected member
bit continue;
^~~~~~~~
name: eventually
description: The 'eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv:9:8: error: expected declarator
bit eventually;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv:9:9: error: expected member
bit eventually;
^~~~~~~~~~
name: untyped
description: The 'untyped' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv:9:8: error: expected declarator
bit untyped;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv:9:9: error: expected member
bit untyped;
^~~~~~~
name: and
description: The 'and' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv:9:8: error: expected declarator
bit and;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv:9:9: error: expected member
bit and;
^~~
name: library
description: The 'library' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv:9:8: error: expected declarator
bit library;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv:9:9: error: expected member
bit library;
^~~~~~~
name: disable
description: The 'disable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv:9:8: error: expected declarator
bit disable;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv:9:9: error: expected member
bit disable;
^~~~~~~
name: wait_order
description: The 'wait_order' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv:9:8: error: expected declarator
bit wait_order;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv:9:9: error: expected member
bit wait_order;
^~~~~~~~~~
name: endfunction
description: The 'endfunction' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv:9:8: error: expected declarator
bit endfunction;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv:9:9: error: expected member
bit endfunction;
^~~~~~~~~~~
name: shortreal
description: The 'shortreal' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv:9:8: error: expected declarator
bit shortreal;
^
name: unique0
description: The 'unique0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv:9:8: error: expected declarator
bit unique0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv:9:9: error: expected member
bit unique0;
^~~~~~~
name: uwire
description: The 'uwire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv:9:8: error: expected declarator
bit uwire;
^
name: rtranif0
description: The 'rtranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv:9:8: error: expected declarator
bit rtranif0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv:9:9: error: expected member
bit rtranif0;
^~~~~~~~
name: longint
description: The 'longint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv:9:8: error: expected declarator
bit longint;
^
name: pulsestyle_ondetect
description: The 'pulsestyle_ondetect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv:9:8: error: expected declarator
bit pulsestyle_ondetect;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv:9:9: error: expected member
bit pulsestyle_ondetect;
^~~~~~~~~~~~~~~~~~~
name: parameter
description: The 'parameter' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv:9:8: error: expected declarator
bit parameter;
^
name: not
description: The 'not' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv:9:8: error: expected declarator
bit not;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv:9:9: error: expected member
bit not;
^~~
name: extern
description: The 'extern' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv:9:8: error: expected declarator
bit extern;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv:9:9: error: expected member
bit extern;
^~~~~~
name: pure
description: The 'pure' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv:9:8: error: expected declarator
bit pure;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv:9:9: error: expected member
bit pure;
^~~~
name: bins
description: The 'bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv:9:8: error: expected declarator
bit bins;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv:9:9: error: expected member
bit bins;
^~~~
name: static
description: The 'static' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv:9:8: error: expected declarator
bit static;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv:9:15: error: expected data type (implicit type name not allowed)
bit static;
^
name: pulldown
description: The 'pulldown' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv:9:8: error: expected declarator
bit pulldown;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv:9:9: error: expected member
bit pulldown;
^~~~~~~~
name: tri1
description: The 'tri1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv:9:8: error: expected declarator
bit tri1;
^
name: endmodule
description: The 'endmodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv:9:8: error: expected declarator
bit endmodule;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv:10:1: error: expected member
endmodule
^~~~~~~~~
name: default
description: The 'default' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv:9:8: error: expected declarator
bit default;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv:9:9: error: expected member
bit default;
^~~~~~~
name: throughout
description: The 'throughout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv:9:8: error: expected declarator
bit throughout;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv:9:9: error: expected member
bit throughout;
^~~~~~~~~~
name: liblist
description: The 'liblist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv:9:8: error: expected declarator
bit liblist;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv:9:9: error: expected member
bit liblist;
^~~~~~~
name: unsigned
description: The 'unsigned' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv']
incdirs: []
top_module:
rc: 0

name: tranif1
description: The 'tranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv:9:8: error: expected declarator
bit tranif1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv:9:9: error: expected member
bit tranif1;
^~~~~~~
name: input
description: The 'input' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv:9:8: error: expected declarator
bit input;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv:9:9: error: can't use port declaration in module with ANSI style port list
bit input;
^
name: buf
description: The 'buf' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv:9:8: error: expected declarator
bit buf;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv:9:9: error: expected member
bit buf;
^~~
name: primitive
description: The 'primitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv:9:8: error: expected declarator
bit primitive;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv:9:9: error: expected member
bit primitive;
^~~~~~~~~
name: time
description: The 'time' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv:9:8: error: expected declarator
bit time;
^
name: repeat
description: The 'repeat' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv:9:8: error: expected declarator
bit repeat;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv:9:9: error: expected member
bit repeat;
^~~~~~
name: s_nexttime
description: The 's_nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv:9:8: error: expected declarator
bit s_nexttime;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv:9:9: error: expected member
bit s_nexttime;
^~~~~~~~~~
name: checker
description: The 'checker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv:9:8: error: expected declarator
bit checker;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv:9:9: error: expected member
bit checker;
^~~~~~~
name: rand
description: The 'rand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv:9:8: error: expected declarator
bit rand;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv:9:9: error: expected member
bit rand;
^~~~
name: endconfig
description: The 'endconfig' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv:9:8: error: expected declarator
bit endconfig;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv:9:9: error: expected member
bit endconfig;
^~~~~~~~~
name: table
description: The 'table' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv:9:8: error: expected declarator
bit table;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv:9:9: error: expected member
bit table;
^~~~~
name: or
description: The 'or' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv:9:8: error: expected declarator
bit or;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv:9:9: error: expected member
bit or;
^~
name: coverpoint
description: The 'coverpoint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv:9:8: error: expected declarator
bit coverpoint;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv:9:9: error: expected member
bit coverpoint;
^~~~~~~~~~
name: notif1
description: The 'notif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv:9:8: error: expected declarator
bit notif1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv:9:9: error: expected member
bit notif1;
^~~~~~
name: endtable
description: The 'endtable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv:9:8: error: expected declarator
bit endtable;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv:9:9: error: expected member
bit endtable;
^~~~~~~~
name: weak1
description: The 'weak1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv:9:8: error: expected declarator
bit weak1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv:9:9: error: expected member
bit weak1;
^~~~~
name: cell
description: The 'cell' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv:9:8: error: expected declarator
bit cell;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv:9:9: error: expected member
bit cell;
^~~~
name: force
description: The 'force' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv:9:8: error: expected declarator
bit force;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv:9:9: error: expected member
bit force;
^~~~~
name: casex
description: The 'casex' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv:9:8: error: expected declarator
bit casex;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv:9:9: error: expected member
bit casex;
^~~~~
name: before
description: The 'before' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv:9:8: error: expected declarator
bit before;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv:9:9: error: expected member
bit before;
^~~~~~
name: always_comb
description: The 'always_comb' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv:9:8: error: expected declarator
bit always_comb;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv:9:20: error: expected statement
bit always_comb;
^
name: dist
description: The 'dist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv:9:8: error: expected declarator
bit dist;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv:9:9: error: expected member
bit dist;
^~~~
name: inside
description: The 'inside' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv:9:8: error: expected declarator
bit inside;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv:9:9: error: expected member
bit inside;
^~~~~~
name: pmos
description: The 'pmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv:9:8: error: expected declarator
bit pmos;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv:9:9: error: expected member
bit pmos;
^~~~
name: constraint
description: The 'constraint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv:9:8: error: expected declarator
bit constraint;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv:9:9: error: expected member
bit constraint;
^~~~~~~~~~
name: scalared
description: The 'scalared' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv:9:8: error: expected declarator
bit scalared;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv:9:9: error: expected member
bit scalared;
^~~~~~~~
name: enum
description: The 'enum' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv:9:8: error: expected declarator
bit enum;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv:9:13: error: expected '{'
bit enum;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv:9:13: error: expected data type (implicit type name not allowed)
bit enum;
^
name: join_none
description: The 'join_none' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv:9:8: error: expected declarator
bit join_none;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv:9:9: error: expected member
bit join_none;
^~~~~~~~~
name: signed
description: The 'signed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv']
incdirs: []
top_module:
rc: 0

name: nmos
description: The 'nmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv:9:8: error: expected declarator
bit nmos;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv:9:9: error: expected member
bit nmos;
^~~~
name: weak0
description: The 'weak0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv:9:8: error: expected declarator
bit weak0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv:9:9: error: expected member
bit weak0;
^~~~~
name: timeunit
description: The 'timeunit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv:9:8: error: expected declarator
bit timeunit;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv:9:17: error: expected time literal
bit timeunit;
^
name: endcase
description: The 'endcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv:9:8: error: expected declarator
bit endcase;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv:9:9: error: expected member
bit endcase;
^~~~~~~
name: function
description: The 'function' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9:8: error: expected declarator
bit function;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9:17: error: expected identifier
bit function;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9:18: error: expected 'endfunction'
bit function;
^
name: endinterface
description: The 'endinterface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv:9:8: error: expected declarator
bit endinterface;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv:9:9: error: expected member
bit endinterface;
^~~~~~~~~~~~
name: chandle
description: The 'chandle' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv:9:8: error: expected declarator
bit chandle;
^
name: assert
description: The 'assert' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9:8: error: expected declarator
bit assert;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9:9: error: language feature not yet supported
bit assert;
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9:15: error: expected expression
bit assert;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9:15: error: expected '('
bit assert;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9:15: error: expected ')'
bit assert;
^
name: event
description: The 'event' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv:9:8: error: expected declarator
bit event;
^
name: for
description: The 'for' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9:8: error: expected declarator
bit for;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9:12: error: expected expression
bit for;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9:12: error: expected '('
bit for;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9:13: error: expected ';'
bit for;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9:13: error: expected ')'
bit for;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:10:1: error: expected expression
endmodule
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:10:1: error: expected expression
endmodule
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:10:1: error: invalid genvar iteration expression
endmodule
^
name: realtime
description: The 'realtime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv:9:8: error: expected declarator
bit realtime;
^
name: join_any
description: The 'join_any' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv:9:8: error: expected declarator
bit join_any;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv:9:9: error: expected member
bit join_any;
^~~~~~~~
name: else
description: The 'else' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv:9:8: error: expected declarator
bit else;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv:9:9: error: expected member
bit else;
^~~~
name: tri0
description: The 'tri0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv:9:8: error: expected declarator
bit tri0;
^
name: binsof
description: The 'binsof' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv:9:8: error: expected declarator
bit binsof;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv:9:9: error: expected member
bit binsof;
^~~~~~
name: endtask
description: The 'endtask' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv:9:8: error: expected declarator
bit endtask;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv:9:9: error: expected member
bit endtask;
^~~~~~~
name: highz1
description: The 'highz1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv:9:8: error: expected declarator
bit highz1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv:9:9: error: expected member
bit highz1;
^~~~~~
name: notif0
description: The 'notif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv:9:8: error: expected declarator
bit notif0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv:9:9: error: expected member
bit notif0;
^~~~~~
name: inout
description: The 'inout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv:9:8: error: expected declarator
bit inout;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv:9:9: error: can't use port declaration in module with ANSI style port list
bit inout;
^
name: tagged
description: The 'tagged' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv:9:8: error: expected declarator
bit tagged;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv:9:9: error: expected member
bit tagged;
^~~~~~
name: implements
description: The 'implements' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv:9:8: error: expected declarator
bit implements;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv:9:9: error: expected member
bit implements;
^~~~~~~~~~
name: endchecker
description: The 'endchecker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv:9:8: error: expected declarator
bit endchecker;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv:9:9: error: expected member
bit endchecker;
^~~~~~~~~~
name: byte
description: The 'byte' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv:9:8: error: expected declarator
bit byte;
^
name: restrict
description: The 'restrict' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv']
incdirs: []
top_module:
rc: 3

internal compiler error: /home/travis/build/SymbiFlow/sv-tests/third_party/tools/slang/source/parsing/Parser_statements.cpp:452: Default case should be unreachable!
name: endclass
description: The 'endclass' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv:9:8: error: expected declarator
bit endclass;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv:9:9: error: expected member
bit endclass;
^~~~~~~~
name: matches
description: The 'matches' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv:9:8: error: expected declarator
bit matches;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv:9:9: error: expected member
bit matches;
^~~~~~~
name: nor
description: The 'nor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv:9:8: error: expected declarator
bit nor;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv:9:9: error: expected member
bit nor;
^~~
name: supply1
description: The 'supply1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv:9:8: error: expected declarator
bit supply1;
^
name: illegal_bins
description: The 'illegal_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv:9:8: error: expected declarator
bit illegal_bins;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv:9:9: error: expected member
bit illegal_bins;
^~~~~~~~~~~~
name: protected
description: The 'protected' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv:9:8: error: expected declarator
bit protected;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv:9:9: error: expected member
bit protected;
^~~~~~~~~
name: wand
description: The 'wand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv:9:8: error: expected declarator
bit wand;
^
name: xor
description: The 'xor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv:9:8: error: expected declarator
bit xor;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv:9:9: error: expected member
bit xor;
^~~
name: s_eventually
description: The 's_eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv:9:8: error: expected declarator
bit s_eventually;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv:9:9: error: expected member
bit s_eventually;
^~~~~~~~~~~~
name: nettype
description: The 'nettype' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv:9:8: error: expected declarator
bit nettype;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv:9:16: error: expected identifier
bit nettype;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv:9:16: error: expected data type (implicit type name not allowed)
bit nettype;
^
name: global
description: The 'global' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv:9:8: error: expected declarator
bit global;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv:9:9: error: expected member
bit global;
^~~~~~
name: super
description: The 'super' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv:9:8: error: expected declarator
bit super;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv:9:9: error: expected member
bit super;
^~~~~
name: endprimitive
description: The 'endprimitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv:9:8: error: expected declarator
bit endprimitive;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv:9:9: error: expected member
bit endprimitive;
^~~~~~~~~~~~
name: supply0
description: The 'supply0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv:9:8: error: expected declarator
bit supply0;
^
name: expect
description: The 'expect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv:9:8: error: expected declarator
bit expect;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv:9:9: error: expected member
bit expect;
^~~~~~
name: medium
description: The 'medium' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv:9:8: error: expected declarator
bit medium;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv:9:9: error: expected member
bit medium;
^~~~~~
name: ignore_bins
description: The 'ignore_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv:9:8: error: expected declarator
bit ignore_bins;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv:9:9: error: expected member
bit ignore_bins;
^~~~~~~~~~~
name: this
description: The 'this' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv:9:8: error: expected declarator
bit this;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv:9:9: error: expected member
bit this;
^~~~
name: unique
description: The 'unique' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv:9:8: error: expected declarator
bit unique;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv:9:9: error: expected member
bit unique;
^~~~~~
name: rtranif1
description: The 'rtranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv:9:8: error: expected declarator
bit rtranif1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv:9:9: error: expected member
bit rtranif1;
^~~~~~~~
name: with
description: The 'with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv:9:8: error: expected declarator
bit with;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv:9:9: error: expected member
bit with;
^~~~
name: package
description: The 'package' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:9:8: error: expected declarator
bit package;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:9:16: error: expected identifier
bit package;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:10:1: error: expected member
endmodule
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:10:10: error: expected 'endpackage'
endmodule
^
name: alias
description: The 'alias' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv:9:8: error: expected declarator
bit alias;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv:9:9: error: expected member
bit alias;
^~~~~
name: endgenerate
description: The 'endgenerate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv:9:8: error: expected declarator
bit endgenerate;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv:9:9: error: expected member
bit endgenerate;
^~~~~~~~~~~
name: specify
description: The 'specify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv:9:8: error: expected declarator
bit specify;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv:9:9: error: expected member
bit specify;
^~~~~~~
name: solve
description: The 'solve' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv:9:8: error: expected declarator
bit solve;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv:9:9: error: expected member
bit solve;
^~~~~
name: generate
description: The 'generate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:9:8: error: expected declarator
bit generate;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:10:1: error: expected member
endmodule
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:10:10: error: expected 'endgenerate'
endmodule
^
name: edge
description: The 'edge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv:9:8: error: expected declarator
bit edge;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv:9:9: error: expected member
bit edge;
^~~~
name: forever
description: The 'forever' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv:9:8: error: expected declarator
bit forever;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv:9:9: error: expected member
bit forever;
^~~~~~~
name: var
description: The 'var' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv:9:8: error: expected declarator
bit var;
^
name: xnor
description: The 'xnor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv:9:8: error: expected declarator
bit xnor;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv:9:9: error: expected member
bit xnor;
^~~~
name: covergroup
description: The 'covergroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:9:8: error: expected declarator
bit covergroup;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:9:9: error: language feature not yet supported
bit covergroup;
^~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:9:19: error: expected identifier
bit covergroup;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:10:1: error: expected member
endmodule
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:10:10: error: expected 'endgroup'
endmodule
^
name: virtual
description: The 'virtual' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:9:8: error: expected declarator
bit virtual;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:9:9: error: language feature not yet supported
bit virtual;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:9:17: error: expected identifier
bit virtual;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:10:1: error: expected member
endmodule
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:10:10: error: expected 'endclass'
endmodule
^
name: task
description: The 'task' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9:8: error: expected declarator
bit task;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9:13: error: expected identifier
bit task;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9:14: error: expected 'endtask'
bit task;
^
name: rcmos
description: The 'rcmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv:9:8: error: expected declarator
bit rcmos;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv:9:9: error: expected member
bit rcmos;
^~~~~
name: genvar
description: The 'genvar' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv:9:8: error: expected declarator
bit genvar;
^
name: until
description: The 'until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv:9:8: error: expected declarator
bit until;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv:9:9: error: expected member
bit until;
^~~~~
name: pull0
description: The 'pull0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv:9:8: error: expected declarator
bit pull0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv:9:9: error: expected member
bit pull0;
^~~~~
name: always_latch
description: The 'always_latch' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv:9:8: error: expected declarator
bit always_latch;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv:9:21: error: expected statement
bit always_latch;
^
name: cross
description: The 'cross' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv:9:8: error: expected declarator
bit cross;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv:9:9: error: expected member
bit cross;
^~~~~
name: posedge
description: The 'posedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv:9:8: error: expected declarator
bit posedge;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv:9:9: error: expected member
bit posedge;
^~~~~~~
name: config
description: The 'config' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv:9:8: error: expected declarator
bit config;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv:9:9: error: expected member
bit config;
^~~~~~
name: string
description: The 'string' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv:9:8: error: expected declarator
bit string;
^
name: new
description: The 'new' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv:9:8: error: expected declarator
bit new;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv:9:9: error: expected member
bit new;
^~~
name: ref
description: The 'ref' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv:9:8: error: expected declarator
bit ref;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv:9:9: error: can't use port declaration in module with ANSI style port list
bit ref;
^
name: small
description: The 'small' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv:9:8: error: expected declarator
bit small;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv:9:9: error: expected member
bit small;
^~~~~
name: macromodule
description: The 'macromodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv:9:8: error: expected declarator
bit macromodule;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv:9:20: error: expected identifier
bit macromodule;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv:10:10: error: expected 'endmodule'
endmodule
^
name: randc
description: The 'randc' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv:9:8: error: expected declarator
bit randc;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv:9:9: error: expected member
bit randc;
^~~~~
name: priority
description: The 'priority' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv:9:8: error: expected declarator
bit priority;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv:9:9: error: expected member
bit priority;
^~~~~~~~
name: s_until
description: The 's_until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv:9:8: error: expected declarator
bit s_until;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv:9:9: error: expected member
bit s_until;
^~~~~~~
name: until_with
description: The 'until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv:9:8: error: expected declarator
bit until_with;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv:9:9: error: expected member
bit until_with;
^~~~~~~~~~
name: pull1
description: The 'pull1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv:9:8: error: expected declarator
bit pull1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv:9:9: error: expected member
bit pull1;
^~~~~
name: foreach
description: The 'foreach' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv:9:8: error: expected declarator
bit foreach;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv:9:9: error: expected member
bit foreach;
^~~~~~~
name: sequence
description: The 'sequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9:8: error: expected declarator
bit sequence;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9:9: error: language feature not yet supported
bit sequence;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9:17: error: expected identifier
bit sequence;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9:18: error: expected ';'
bit sequence;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:10:1: error: expected expression
endmodule
^
name: deassign
description: The 'deassign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv:9:8: error: expected declarator
bit deassign;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv:9:9: error: expected member
bit deassign;
^~~~~~~~
name: incdir
description: The 'incdir' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv:9:8: error: expected declarator
bit incdir;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv:9:9: error: expected member
bit incdir;
^~~~~~
name: timeprecision
description: The 'timeprecision' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv:9:8: error: expected declarator
bit timeprecision;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv:9:22: error: expected time literal
bit timeprecision;
^
name: let
description: The 'let' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9:8: error: expected declarator
bit let;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9:9: error: language feature not yet supported
bit let;
^~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9:12: error: expected identifier
bit let;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9:12: error: expected expression
bit let;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9:12: error: expected '='
bit let;
^
name: interface
description: The 'interface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:9:8: error: expected declarator
bit interface;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:9:18: error: expected identifier
bit interface;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:10:1: error: expected member
endmodule
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:10:10: error: expected 'endinterface'
endmodule
^
name: s_until_with
description: The 's_until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv:9:8: error: expected declarator
bit s_until_with;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv:9:9: error: expected member
bit s_until_with;
^~~~~~~~~~~~
name: final
description: The 'final' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv:9:8: error: expected declarator
bit final;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv:9:14: error: expected statement
bit final;
^
name: bufif0
description: The 'bufif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv:9:8: error: expected declarator
bit bufif0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv:9:9: error: expected member
bit bufif0;
^~~~~~
name: nand
description: The 'nand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv:9:8: error: expected declarator
bit nand;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv:9:9: error: expected member
bit nand;
^~~~
name: rnmos
description: The 'rnmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv:9:8: error: expected declarator
bit rnmos;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv:9:9: error: expected member
bit rnmos;
^~~~~
name: cmos
description: The 'cmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv:9:8: error: expected declarator
bit cmos;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv:9:9: error: expected member
bit cmos;
^~~~
name: while
description: The 'while' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv:9:8: error: expected declarator
bit while;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv:9:9: error: expected member
bit while;
^~~~~
name: sync_reject_on
description: The 'sync_reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv:9:8: error: expected declarator
bit sync_reject_on;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv:9:9: error: expected member
bit sync_reject_on;
^~~~~~~~~~~~~~
name: real
description: The 'real' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv:9:8: error: expected declarator
bit real;
^
name: noshowcancelled
description: The 'noshowcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv:9:8: error: expected declarator
bit noshowcancelled;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv:9:9: error: expected member
bit noshowcancelled;
^~~~~~~~~~~~~~~
name: packed
description: The 'packed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv:9:8: error: expected declarator
bit packed;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv:9:9: error: expected member
bit packed;
^~~~~~
name: sync_accept_on
description: The 'sync_accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv:9:8: error: expected declarator
bit sync_accept_on;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv:9:9: error: expected member
bit sync_accept_on;
^~~~~~~~~~~~~~
name: include
description: The 'include' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv:9:8: error: expected declarator
bit include;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv:9:9: error: expected member
bit include;
^~~~~~~
name: rpmos
description: The 'rpmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv:9:8: error: expected declarator
bit rpmos;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv:9:9: error: expected member
bit rpmos;
^~~~~
name: typedef
description: The 'typedef' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv:9:8: error: expected declarator
bit typedef;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv:9:16: error: expected identifier
bit typedef;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv:9:16: error: expected data type (implicit type name not allowed)
bit typedef;
^
name: tranif0
description: The 'tranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv:9:8: error: expected declarator
bit tranif0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv:9:9: error: expected member
bit tranif0;
^~~~~~~
name: localparam
description: The 'localparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv:9:8: error: expected declarator
bit localparam;
^
name: trireg
description: The 'trireg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv:9:8: error: expected declarator
bit trireg;
^
name: large
description: The 'large' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv:9:8: error: expected declarator
bit large;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv:9:9: error: expected member
bit large;
^~~~~
name: endclocking
description: The 'endclocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv:9:8: error: expected declarator
bit endclocking;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv:9:9: error: expected member
bit endclocking;
^~~~~~~~~~~
name: bufif1
description: The 'bufif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv:9:8: error: expected declarator
bit bufif1;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv:9:9: error: expected member
bit bufif1;
^~~~~~
name: initial
description: The 'initial' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv:9:8: error: expected declarator
bit initial;
^
name: wait
description: The 'wait' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv:9:8: error: expected declarator
bit wait;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv:9:9: error: expected member
bit wait;
^~~~
name: wildcard
description: The 'wildcard' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv:9:8: error: expected declarator
bit wildcard;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv:9:9: error: expected member
bit wildcard;
^~~~~~~~
name: logic
description: The 'logic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv:9:8: error: expected declarator
bit logic;
^
name: property
description: The 'property' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9:8: error: expected declarator
bit property;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9:9: error: language feature not yet supported
bit property;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9:17: error: expected identifier
bit property;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9:18: error: expected 'endproperty'
bit property;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:10:1: error: expected expression
endmodule
^
name: begin
description: The 'begin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv:9:8: error: expected declarator
bit begin;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv:9:9: error: expected member
bit begin;
^~~~~
name: program
description: The 'program' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv:9:8: error: expected declarator
bit program;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv:9:16: error: expected identifier
bit program;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv:10:1: error: expected member
endmodule
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv:10:10: error: expected 'endprogram'
endmodule
^
name: wire
description: The 'wire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv:9:8: error: expected declarator
bit wire;
^
name: s_always
description: The 's_always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv:9:8: error: expected declarator
bit s_always;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv:9:9: error: expected member
bit s_always;
^~~~~~~~
name: showcancelled
description: The 'showcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv:9:8: error: expected declarator
bit showcancelled;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv:9:9: error: expected member
bit showcancelled;
^~~~~~~~~~~~~
name: modport
description: The 'modport' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv:9:8: error: expected declarator
bit modport;
^
name: module
description: The 'module' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:9:8: error: expected declarator
bit module;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:9:15: error: expected identifier
bit module;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:10:10: error: expected 'endmodule'
endmodule
^
name: instance
description: The 'instance' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv:9:8: error: expected declarator
bit instance;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv:9:9: error: expected member
bit instance;
^~~~~~~~
name: extends
description: The 'extends' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv:9:8: error: expected declarator
bit extends;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv:9:9: error: expected member
bit extends;
^~~~~~~
name: local
description: The 'local' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv:9:8: error: expected declarator
bit local;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv:9:9: error: expected member
bit local;
^~~~~
name: type
description: The 'type' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv:9:8: error: expected declarator
bit type;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv:9:9: error: expected member
bit type;
^~~~
name: tri
description: The 'tri' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv:9:8: error: expected declarator
bit tri;
^
name: endproperty
description: The 'endproperty' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv:9:8: error: expected declarator
bit endproperty;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv:9:9: error: expected member
bit endproperty;
^~~~~~~~~~~
name: export
description: The 'export' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9:8: error: expected declarator
bit export;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9:9: error: language feature not yet supported
bit export;
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9:15: error: expected string literal
bit export;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9:15: error: expected 'function'
bit export;
^
name: struct
description: The 'struct' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv:9:8: error: expected declarator
bit struct;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv:9:15: error: expected '{'
bit struct;
^
name: endspecify
description: The 'endspecify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv:9:8: error: expected declarator
bit endspecify;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv:9:9: error: expected member
bit endspecify;
^~~~~~~~~~
name: within
description: The 'within' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv:9:8: error: expected declarator
bit within;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv:9:9: error: expected member
bit within;
^~~~~~
name: assume
description: The 'assume' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9:8: error: expected declarator
bit assume;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9:9: error: language feature not yet supported
bit assume;
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9:15: error: expected expression
bit assume;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9:15: error: expected '('
bit assume;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9:15: error: expected ')'
bit assume;
^
name: rtran
description: The 'rtran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv:9:8: error: expected declarator
bit rtran;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv:9:9: error: expected member
bit rtran;
^~~~~
name: break
description: The 'break' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv:9:8: error: expected declarator
bit break;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv:9:9: error: expected member
bit break;
^~~~~
name: randsequence
description: The 'randsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv:9:8: error: expected declarator
bit randsequence;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv:9:9: error: expected member
bit randsequence;
^~~~~~~~~~~~
name: wor
description: The 'wor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv:9:8: error: expected declarator
bit wor;
^
name: design
description: The 'design' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv:9:8: error: expected declarator
bit design;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv:9:9: error: expected member
bit design;
^~~~~~
name: join
description: The 'join' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv:9:8: error: expected declarator
bit join;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv:9:9: error: expected member
bit join;
^~~~
name: bind
description: The 'bind' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv:9:8: error: expected declarator
bit bind;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv:9:9: error: expected member
bit bind;
^~~~
name: use
description: The 'use' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv:9:8: error: expected declarator
bit use;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv:9:9: error: expected member
bit use;
^~~
name: union
description: The 'union' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv:9:8: error: expected declarator
bit union;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv:9:14: error: expected '{'
bit union;
^
name: automatic
description: The 'automatic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv:9:8: error: expected declarator
bit automatic;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv:9:18: error: expected data type (implicit type name not allowed)
bit automatic;
^
name: soft
description: The 'soft' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv:9:8: error: expected declarator
bit soft;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv:9:9: error: expected member
bit soft;
^~~~
name: endprogram
description: The 'endprogram' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv:9:8: error: expected declarator
bit endprogram;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv:9:9: error: expected member
bit endprogram;
^~~~~~~~~~
name: import
description: The 'import' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv:9:8: error: expected declarator
bit import;
^
name: highz0
description: The 'highz0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv:9:8: error: expected declarator
bit highz0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv:9:9: error: expected member
bit highz0;
^~~~~~
name: defparam
description: The 'defparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv:9:8: error: expected declarator
bit defparam;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv:9:9: error: language feature not yet supported
bit defparam;
^~~~~~~~~
name: output
description: The 'output' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv:9:8: error: expected declarator
bit output;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv:9:9: error: can't use port declaration in module with ANSI style port list
bit output;
^
name: first_match
description: The 'first_match' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv:9:8: error: expected declarator
bit first_match;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv:9:9: error: expected member
bit first_match;
^~~~~~~~~~~
name: fork
description: The 'fork' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv:9:8: error: expected declarator
bit fork;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv:9:9: error: expected member
bit fork;
^~~~
name: iff
description: The 'iff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv:9:8: error: expected declarator
bit iff;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv:9:9: error: expected member
bit iff;
^~~
name: strong0
description: The 'strong0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv:9:8: error: expected declarator
bit strong0;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv:9:9: error: expected member
bit strong0;
^~~~~~~
name: reg
description: The 'reg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv:9:8: error: expected declarator
bit reg;
^
name: return
description: The 'return' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv:9:8: error: expected declarator
bit return;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv:9:9: error: expected member
bit return;
^~~~~~
name: pulsestyle_onevent
description: The 'pulsestyle_onevent' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv:9:8: error: expected declarator
bit pulsestyle_onevent;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv:9:9: error: expected member
bit pulsestyle_onevent;
^~~~~~~~~~~~~~~~~~
name: negedge
description: The 'negedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv:9:8: error: expected declarator
bit negedge;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv:9:9: error: expected member
bit negedge;
^~~~~~~
name: vectored
description: The 'vectored' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv:9:8: error: expected declarator
bit vectored;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv:9:9: error: expected member
bit vectored;
^~~~~~~~
name: implies
description: The 'implies' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv:9:8: error: expected declarator
bit implies;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv:9:9: error: expected member
bit implies;
^~~~~~~
name: interconnect
description: The 'interconnect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv:9:8: error: expected declarator
bit interconnect;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv:9:9: error: expected member
bit interconnect;
^~~~~~~~~~~~
name: pullup
description: The 'pullup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv:9:8: error: expected declarator
bit pullup;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv:9:9: error: expected member
bit pullup;
^~~~~~
name: randcase
description: The 'randcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv:9:8: error: expected declarator
bit randcase;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv:9:9: error: expected member
bit randcase;
^~~~~~~~
name: void
description: The 'void' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv:9:8: error: expected declarator
bit void;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv:9:9: error: expected member
bit void;
^~~~
name: case
description: The 'case' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9:8: error: expected declarator
bit case;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9:9: error: case generate has no items
bit case;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9:13: error: expected expression
bit case;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9:13: error: expected '('
bit case;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9:13: error: expected ')'
bit case;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9:13: error: expected 'endcase'
bit case;
^
name: null
description: The 'null' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv:9:8: error: expected declarator
bit null;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv:9:9: error: expected member
bit null;
^~~~
name: always_ff
description: The 'always_ff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv:9: syntax error, unexpected always_ff, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv
name: int
description: The 'int' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv:9: syntax error, unexpected int, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv
name: release
description: The 'release' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv:9: Unsupported: Verilog 1995 reserved word not implemented: release
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv
name: endgroup
description: The 'endgroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endgroup
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv
name: triand
description: The 'triand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv:9: Unsupported: Verilog 1995 reserved word not implemented: triand
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv
name: clocking
description: The 'clocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv:9: syntax error, unexpected clocking, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv
name: forkjoin
description: The 'forkjoin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: forkjoin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv
name: context
description: The 'context' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv:9: syntax error, unexpected context, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv
name: cover
description: The 'cover' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9: syntax error, unexpected cover, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv
name: const
description: The 'const' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv:9: syntax error, unexpected const, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv
name: always
description: The 'always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv:9: syntax error, unexpected always, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv
name: accept_on
description: The 'accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: accept_on
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv
name: do
description: The 'do' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv:9: Unexpected "do": "do" is a SystemVerilog keyword misused as an identifier.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv:9: Modify the Verilog-2001 code to avoid SV keywords, or use `begin_keywords or --language.
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv
name: casez
description: The 'casez' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv:9: syntax error, unexpected casez, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv
name: trior
description: The 'trior' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv:9: Unsupported: Verilog 1995 reserved word not implemented: trior
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv
name: strong
description: The 'strong' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: strong
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv
name: integer
description: The 'integer' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv:9: syntax error, unexpected integer, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv
name: if
description: The 'if' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9: syntax error, unexpected if, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv
name: endpackage
description: The 'endpackage' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv:9: syntax error, unexpected endpackage, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv
name: endsequence
description: The 'endsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endsequence
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv
name: end
description: The 'end' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv:9: syntax error, unexpected end, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv
name: assign
description: The 'assign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv:9: syntax error, unexpected assign, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv
name: specparam
description: The 'specparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv:9: syntax error, unexpected specparam, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv
name: bit
description: The 'bit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv:9: syntax error, unexpected bit, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv
name: class
description: The 'class' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv
name: shortint
description: The 'shortint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv:9: syntax error, unexpected shortint, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv
name: weak
description: The 'weak' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: weak
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv
name: ifnone
description: The 'ifnone' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv:9: syntax error, unexpected TIMING SPEC ELEMENT, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv
name: strong1
description: The 'strong1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv:9: Unsupported: Verilog 1995 reserved word not implemented: strong1
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv
name: reject_on
description: The 'reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: reject_on
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv
name: intersect
description: The 'intersect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: intersect
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv
name: nexttime
description: The 'nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: nexttime
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv
name: tran
description: The 'tran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv:9: syntax error, unexpected tran, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv
name: continue
description: The 'continue' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv:9: syntax error, unexpected continue, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv
name: eventually
description: The 'eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: eventually
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv
name: untyped
description: The 'untyped' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: untyped
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv
name: and
description: The 'and' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv:9: syntax error, unexpected and, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv
name: library
description: The 'library' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: library
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv
name: disable
description: The 'disable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv:9: syntax error, unexpected disable, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv
name: wait_order
description: The 'wait_order' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: wait_order
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv
name: endfunction
description: The 'endfunction' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv:9: syntax error, unexpected endfunction, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv
name: shortreal
description: The 'shortreal' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: shortreal
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv
name: unique0
description: The 'unique0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv:9: syntax error, unexpected unique0, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv
name: uwire
description: The 'uwire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv:9: syntax error, unexpected wire, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv
name: rtranif0
description: The 'rtranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv:9: syntax error, unexpected rtranif0, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv
name: longint
description: The 'longint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv:9: syntax error, unexpected longint, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv
name: pulsestyle_ondetect
description: The 'pulsestyle_ondetect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv:9: syntax error, unexpected TIMING SPEC ELEMENT, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv
name: parameter
description: The 'parameter' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv:9: syntax error, unexpected parameter, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv
name: not
description: The 'not' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv:9: syntax error, unexpected not, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv
name: extern
description: The 'extern' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv
name: pure
description: The 'pure' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv:9: syntax error, unexpected pure, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv
name: bins
description: The 'bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: bins
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv
name: static
description: The 'static' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv:9: syntax error, unexpected static, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv
name: pulldown
description: The 'pulldown' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv:9: syntax error, unexpected pulldown, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv
name: tri1
description: The 'tri1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv:9: syntax error, unexpected tri1, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv
name: endmodule
description: The 'endmodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv:9: syntax error, unexpected endmodule, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv
name: default
description: The 'default' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv:9: syntax error, unexpected default, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv
name: throughout
description: The 'throughout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: throughout
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv
name: liblist
description: The 'liblist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: liblist
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv
name: unsigned
description: The 'unsigned' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv
name: tranif1
description: The 'tranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv:9: syntax error, unexpected tranif1, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv
name: input
description: The 'input' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv:9: syntax error, unexpected input, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv
name: buf
description: The 'buf' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv:9: syntax error, unexpected buf, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv
name: primitive
description: The 'primitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv:9: syntax error, unexpected primitive, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv
name: time
description: The 'time' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv:9: syntax error, unexpected time, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv
name: repeat
description: The 'repeat' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv:9: syntax error, unexpected repeat, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv
name: s_nexttime
description: The 's_nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: s_nexttime
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv
name: checker
description: The 'checker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: checker
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv
name: rand
description: The 'rand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv:9: syntax error, unexpected rand, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv
name: endconfig
description: The 'endconfig' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: endconfig
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv
name: table
description: The 'table' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv']
incdirs: []
top_module:
rc: 2

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv:9: syntax error, unexpected table, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv:13: EOF in TABLE
fatal flex scanner internal error--end of buffer missed
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv
name: or
description: The 'or' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv:9: syntax error, unexpected or, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv
name: coverpoint
description: The 'coverpoint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: coverpoint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv
name: notif1
description: The 'notif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv:9: syntax error, unexpected notif1, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv
name: endtable
description: The 'endtable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv:9: Syntax error: ENDTABLE outside of TABLE
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv
name: weak1
description: The 'weak1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv:9: Unsupported: Verilog 1995 reserved word not implemented: weak1
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv
name: cell
description: The 'cell' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: cell
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv
name: force
description: The 'force' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv:9: Unsupported: Verilog 1995 reserved word not implemented: force
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv
name: casex
description: The 'casex' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv:9: syntax error, unexpected casex, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv
name: before
description: The 'before' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: before
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv
name: always_comb
description: The 'always_comb' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv:9: syntax error, unexpected always_comb, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv
name: dist
description: The 'dist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: dist
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv
name: inside
description: The 'inside' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv:9: syntax error, unexpected inside, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv
name: pmos
description: The 'pmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv:9: syntax error, unexpected pmos, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv
name: constraint
description: The 'constraint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: constraint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv
name: scalared
description: The 'scalared' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv:9: syntax error, unexpected scalared, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv
name: enum
description: The 'enum' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv:9: syntax error, unexpected enum, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv
name: join_none
description: The 'join_none' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv
name: signed
description: The 'signed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv
name: nmos
description: The 'nmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv:9: syntax error, unexpected nmos, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv
name: weak0
description: The 'weak0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv:9: Unsupported: Verilog 1995 reserved word not implemented: weak0
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv
name: timeunit
description: The 'timeunit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv:9: syntax error, unexpected timeunit, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv
name: endcase
description: The 'endcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv:9: syntax error, unexpected endcase, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv
name: function
description: The 'function' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9: syntax error, unexpected function, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv
name: endinterface
description: The 'endinterface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv:9: syntax error, unexpected endinterface, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv
name: chandle
description: The 'chandle' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv:9: syntax error, unexpected chandle, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv
name: assert
description: The 'assert' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9: syntax error, unexpected assert, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv
name: event
description: The 'event' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv:9: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv
name: for
description: The 'for' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9: syntax error, unexpected for, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv
name: realtime
description: The 'realtime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv:9: syntax error, unexpected realtime, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv
name: join_any
description: The 'join_any' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: join_any
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv
name: else
description: The 'else' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv:9: syntax error, unexpected else, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv
name: tri0
description: The 'tri0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv:9: syntax error, unexpected tri0, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv
name: binsof
description: The 'binsof' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: binsof
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv
name: endtask
description: The 'endtask' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv:9: syntax error, unexpected endtask, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv
name: highz1
description: The 'highz1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv:9: Unsupported: Verilog 1995 reserved word not implemented: highz1
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv
name: notif0
description: The 'notif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv:9: syntax error, unexpected notif0, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv
name: inout
description: The 'inout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv:9: syntax error, unexpected inout, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv
name: tagged
description: The 'tagged' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv
name: implements
description: The 'implements' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv:9: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv
name: endchecker
description: The 'endchecker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: endchecker
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv
name: byte
description: The 'byte' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv:9: syntax error, unexpected byte, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv
name: restrict
description: The 'restrict' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: restrict
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv
name: endclass
description: The 'endclass' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv
name: matches
description: The 'matches' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: matches
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv
name: nor
description: The 'nor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv:9: syntax error, unexpected nor, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv
name: supply1
description: The 'supply1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv:9: syntax error, unexpected supply1, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv
name: illegal_bins
description: The 'illegal_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: illegal_bins
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv
name: protected
description: The 'protected' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv
name: wand
description: The 'wand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv:9: Unsupported: Verilog 1995 reserved word not implemented: wand
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv
name: xor
description: The 'xor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv:9: syntax error, unexpected xor, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv
name: s_eventually
description: The 's_eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: s_eventually
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv
name: nettype
description: The 'nettype' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv:9: Unsupported: SystemVerilog 2012 reserved word not implemented: nettype
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv
name: global
description: The 'global' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv']
incdirs: []
top_module:
rc: 0

name: super
description: The 'super' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv
name: endprimitive
description: The 'endprimitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv:9: syntax error, unexpected endprimitive, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv
name: supply0
description: The 'supply0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv:9: syntax error, unexpected supply0, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv
name: expect
description: The 'expect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: expect
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv
name: medium
description: The 'medium' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv:9: Unsupported: Verilog 1995 reserved word not implemented: medium
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv
name: ignore_bins
description: The 'ignore_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: ignore_bins
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv
name: this
description: The 'this' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv
name: unique
description: The 'unique' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv:9: syntax error, unexpected unique, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv
name: rtranif1
description: The 'rtranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv:9: syntax error, unexpected rtranif1, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv
name: with
description: The 'with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: with
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv
name: package
description: The 'package' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:9: syntax error, unexpected package, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv
name: alias
description: The 'alias' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: alias
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv
name: endgenerate
description: The 'endgenerate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv:9: syntax error, unexpected endgenerate, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv
name: specify
description: The 'specify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv:9: syntax error, unexpected specify, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv
name: solve
description: The 'solve' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: solve
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv
name: generate
description: The 'generate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:9: syntax error, unexpected generate, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv
name: edge
description: The 'edge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv:9: syntax error, unexpected edge, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv
name: forever
description: The 'forever' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv:9: syntax error, unexpected forever, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv
name: var
description: The 'var' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv:9: syntax error, unexpected var, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv
name: xnor
description: The 'xnor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv:9: syntax error, unexpected xnor, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv
name: covergroup
description: The 'covergroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: covergroup
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv
name: virtual
description: The 'virtual' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv
name: task
description: The 'task' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9: syntax error, unexpected task, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv
name: rcmos
description: The 'rcmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv:9: syntax error, unexpected rcmos, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv
name: genvar
description: The 'genvar' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv:9: syntax error, unexpected genvar, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv
name: until
description: The 'until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: until
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv
name: pull0
description: The 'pull0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv:9: Unsupported: Verilog 1995 reserved word not implemented: pull0
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv
name: always_latch
description: The 'always_latch' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv:9: syntax error, unexpected always_latch, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv
name: cross
description: The 'cross' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: cross
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv
name: posedge
description: The 'posedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv:9: syntax error, unexpected posedge, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv
name: config
description: The 'config' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: config
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv
name: string
description: The 'string' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv:9: syntax error, unexpected string, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv
name: new
description: The 'new' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv
name: ref
description: The 'ref' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: ref
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv
name: small
description: The 'small' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv:9: Unsupported: Verilog 1995 reserved word not implemented: small
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv
name: macromodule
description: The 'macromodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv:9: syntax error, unexpected module, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv
name: randc
description: The 'randc' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv:9: syntax error, unexpected randc, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv
name: priority
description: The 'priority' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv:9: syntax error, unexpected priority, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv
name: s_until
description: The 's_until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: s_until
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv
name: until_with
description: The 'until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: until_with
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv
name: pull1
description: The 'pull1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv:9: Unsupported: Verilog 1995 reserved word not implemented: pull1
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv
name: foreach
description: The 'foreach' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv:9: syntax error, unexpected foreach, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv
name: sequence
description: The 'sequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: sequence
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv
name: deassign
description: The 'deassign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv:9: syntax error, unexpected deassign, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv
name: incdir
description: The 'incdir' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: incdir
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv
name: timeprecision
description: The 'timeprecision' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv:9: syntax error, unexpected timeprecision, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv
name: let
description: The 'let' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: let
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv
name: interface
description: The 'interface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:9: syntax error, unexpected interface, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv
name: s_until_with
description: The 's_until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: s_until_with
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv
name: final
description: The 'final' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv:9: Unexpected "final": "final" is a SystemVerilog keyword misused as an identifier.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv:9: Modify the Verilog-2001 code to avoid SV keywords, or use `begin_keywords or --language.
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv
name: bufif0
description: The 'bufif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv:9: syntax error, unexpected bufif0, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv
name: nand
description: The 'nand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv:9: syntax error, unexpected nand, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv
name: rnmos
description: The 'rnmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv:9: syntax error, unexpected rnmos, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv
name: cmos
description: The 'cmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv:9: syntax error, unexpected cmos, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv
name: while
description: The 'while' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv:9: syntax error, unexpected while, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv
name: sync_reject_on
description: The 'sync_reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: sync_reject_on
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv
name: real
description: The 'real' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv:9: syntax error, unexpected real, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv
name: noshowcancelled
description: The 'noshowcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv:9: syntax error, unexpected TIMING SPEC ELEMENT, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv
name: packed
description: The 'packed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv:9: syntax error, unexpected packed, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv
name: sync_accept_on
description: The 'sync_accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: sync_accept_on
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv
name: include
description: The 'include' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv:9: Unsupported: Verilog 2001-config reserved word not implemented; probably you want `include instead: include
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv
name: rpmos
description: The 'rpmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv:9: syntax error, unexpected rpmos, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv
name: typedef
description: The 'typedef' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv:9: syntax error, unexpected typedef, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv
name: tranif0
description: The 'tranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv:9: syntax error, unexpected tranif0, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv
name: localparam
description: The 'localparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv:9: syntax error, unexpected localparam, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv
name: trireg
description: The 'trireg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv:9: Unsupported: Verilog 1995 reserved word not implemented: trireg
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv
name: large
description: The 'large' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv:9: Unsupported: Verilog 1995 reserved word not implemented: large
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv
name: endclocking
description: The 'endclocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv:9: syntax error, unexpected endclocking, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv
name: bufif1
description: The 'bufif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv:9: syntax error, unexpected bufif1, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv
name: initial
description: The 'initial' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv:9: syntax error, unexpected initial, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv
name: wait
description: The 'wait' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv:9: Unsupported: Verilog 1995 reserved word not implemented: wait
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv
name: wildcard
description: The 'wildcard' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: wildcard
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv
name: logic
description: The 'logic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv:9: syntax error, unexpected logic, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv
name: property
description: The 'property' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9: syntax error, unexpected property, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv
name: begin
description: The 'begin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv:9: syntax error, unexpected begin, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv
name: program
description: The 'program' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv:9: syntax error, unexpected program, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv
name: wire
description: The 'wire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv:9: syntax error, unexpected wire, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv
name: s_always
description: The 's_always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: s_always
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv
name: showcancelled
description: The 'showcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv:9: syntax error, unexpected TIMING SPEC ELEMENT, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv
name: modport
description: The 'modport' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv:9: syntax error, unexpected modport, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv
name: module
description: The 'module' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:9: syntax error, unexpected module, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv
name: instance
description: The 'instance' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: instance
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv
name: extends
description: The 'extends' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv
name: local
description: The 'local' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv
name: type
description: The 'type' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv:9: syntax error, unexpected type, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv
name: tri
description: The 'tri' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv:9: syntax error, unexpected tri, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv
name: endproperty
description: The 'endproperty' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv:9: syntax error, unexpected endproperty, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv
name: export
description: The 'export' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9: syntax error, unexpected export, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv
name: struct
description: The 'struct' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv:9: syntax error, unexpected struct, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv
name: endspecify
description: The 'endspecify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv:9: syntax error, unexpected endspecify, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv
name: within
description: The 'within' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: within
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv
name: assume
description: The 'assume' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: assume
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv
name: rtran
description: The 'rtran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv:9: syntax error, unexpected rtran, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv
name: break
description: The 'break' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv:9: syntax error, unexpected break, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv
name: randsequence
description: The 'randsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: randsequence
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv
name: wor
description: The 'wor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv:9: Unsupported: Verilog 1995 reserved word not implemented: wor
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv
name: design
description: The 'design' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: design
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv
name: join
description: The 'join' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv:9: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv
name: bind
description: The 'bind' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv:9: syntax error, unexpected bind, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv
name: use
description: The 'use' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv:9: Unsupported: Verilog 2001-config reserved word not implemented: use
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv
name: union
description: The 'union' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv:9: syntax error, unexpected union, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv
name: automatic
description: The 'automatic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv:9: syntax error, unexpected automatic, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv
name: soft
description: The 'soft' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv:9: Unsupported: SystemVerilog 2012 reserved word not implemented: soft
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv
name: endprogram
description: The 'endprogram' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv:9: syntax error, unexpected endprogram, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv
name: import
description: The 'import' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv:9: syntax error, unexpected import, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv
name: highz0
description: The 'highz0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv:9: Unsupported: Verilog 1995 reserved word not implemented: highz0
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv
name: defparam
description: The 'defparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv:9: syntax error, unexpected defparam, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv
name: output
description: The 'output' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv:9: syntax error, unexpected output, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv
name: first_match
description: The 'first_match' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: first_match
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv
name: fork
description: The 'fork' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv:9: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv
name: iff
description: The 'iff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv:9: syntax error, unexpected iff, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv
name: strong0
description: The 'strong0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv:9: Unsupported: Verilog 1995 reserved word not implemented: strong0
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv
name: reg
description: The 'reg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv:9: syntax error, unexpected reg, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv
name: return
description: The 'return' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv:9: syntax error, unexpected return, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv
name: pulsestyle_onevent
description: The 'pulsestyle_onevent' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv:9: syntax error, unexpected TIMING SPEC ELEMENT, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv
name: negedge
description: The 'negedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv:9: syntax error, unexpected negedge, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv
name: vectored
description: The 'vectored' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv:9: syntax error, unexpected vectored, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv
name: implies
description: The 'implies' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv:9: Unsupported: SystemVerilog 2009 reserved word not implemented: implies
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv
name: interconnect
description: The 'interconnect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv:9: Unsupported: SystemVerilog 2012 reserved word not implemented: interconnect
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv
name: pullup
description: The 'pullup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv:9: syntax error, unexpected pullup, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv
name: randcase
description: The 'randcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: randcase
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv
name: void
description: The 'void' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv:9: syntax error, unexpected void, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv
name: case
description: The 'case' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9: syntax error, unexpected case, expecting IDENTIFIER or do or final
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv
name: null
description: The 'null' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: null
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv:9: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv
name: always_ff
description: The 'always_ff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv:9: syntax error, unexpected TOK_ALWAYS
name: int
description: The 'int' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: release
description: The 'release' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endgroup
description: The 'endgroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: triand
description: The 'triand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: clocking
description: The 'clocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: forkjoin
description: The 'forkjoin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: context
description: The 'context' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: cover
description: The 'cover' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: const
description: The 'const' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: always
description: The 'always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv:9: syntax error, unexpected TOK_ALWAYS
name: accept_on
description: The 'accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: do
description: The 'do' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: casez
description: The 'casez' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv:9: syntax error, unexpected TOK_CASEZ
name: trior
description: The 'trior' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: strong
description: The 'strong' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: integer
description: The 'integer' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv:9: syntax error, unexpected ';'
name: if
description: The 'if' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9: syntax error, unexpected TOK_IF
name: endpackage
description: The 'endpackage' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv:9: syntax error, unexpected TOK_ENDPACKAGE
name: endsequence
description: The 'endsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: end
description: The 'end' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv:9: syntax error, unexpected TOK_END
name: assign
description: The 'assign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv:9: syntax error, unexpected TOK_ASSIGN
name: specparam
description: The 'specparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: bit
description: The 'bit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv:9: syntax error, unexpected ';'
name: class
description: The 'class' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: shortint
description: The 'shortint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: weak
description: The 'weak' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: ifnone
description: The 'ifnone' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: strong1
description: The 'strong1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: reject_on
description: The 'reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: intersect
description: The 'intersect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: nexttime
description: The 'nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: tran
description: The 'tran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: continue
description: The 'continue' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: eventually
description: The 'eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: untyped
description: The 'untyped' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: and
description: The 'and' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: library
description: The 'library' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: disable
description: The 'disable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: wait_order
description: The 'wait_order' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endfunction
description: The 'endfunction' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv:9: syntax error, unexpected TOK_ENDFUNCTION
name: shortreal
description: The 'shortreal' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: unique0
description: The 'unique0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: uwire
description: The 'uwire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: rtranif0
description: The 'rtranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: longint
description: The 'longint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pulsestyle_ondetect
description: The 'pulsestyle_ondetect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: parameter
description: The 'parameter' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv:9: syntax error, unexpected TOK_PARAMETER
name: not
description: The 'not' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: extern
description: The 'extern' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pure
description: The 'pure' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: bins
description: The 'bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: static
description: The 'static' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pulldown
description: The 'pulldown' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: tri1
description: The 'tri1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endmodule
description: The 'endmodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv:9: syntax error, unexpected TOK_ENDMODULE
name: default
description: The 'default' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv:9: syntax error, unexpected TOK_DEFAULT
name: throughout
description: The 'throughout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: liblist
description: The 'liblist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: unsigned
description: The 'unsigned' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: tranif1
description: The 'tranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: input
description: The 'input' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv:9: syntax error, unexpected ';'
name: buf
description: The 'buf' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: primitive
description: The 'primitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: time
description: The 'time' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: repeat
description: The 'repeat' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv:9: syntax error, unexpected TOK_REPEAT
name: s_nexttime
description: The 's_nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: checker
description: The 'checker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: rand
description: The 'rand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endconfig
description: The 'endconfig' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: table
description: The 'table' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: or
description: The 'or' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv:9: syntax error, unexpected TOK_OR
name: coverpoint
description: The 'coverpoint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: notif1
description: The 'notif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: endtable
description: The 'endtable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: weak1
description: The 'weak1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: cell
description: The 'cell' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: force
description: The 'force' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: casex
description: The 'casex' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv:9: syntax error, unexpected TOK_CASEX
name: before
description: The 'before' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: always_comb
description: The 'always_comb' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv:9: syntax error, unexpected TOK_ALWAYS
name: dist
description: The 'dist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: inside
description: The 'inside' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pmos
description: The 'pmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: constraint
description: The 'constraint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: scalared
description: The 'scalared' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: enum
description: The 'enum' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: join_none
description: The 'join_none' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: signed
description: The 'signed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv:9: syntax error, unexpected ';'
name: nmos
description: The 'nmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: weak0
description: The 'weak0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: timeunit
description: The 'timeunit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endcase
description: The 'endcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv:9: syntax error, unexpected TOK_ENDCASE
name: function
description: The 'function' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9: syntax error, unexpected TOK_FUNCTION
name: endinterface
description: The 'endinterface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: chandle
description: The 'chandle' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: assert
description: The 'assert' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9: syntax error, unexpected TOK_ASSERT
name: event
description: The 'event' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: for
description: The 'for' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9: syntax error, unexpected TOK_FOR
name: realtime
description: The 'realtime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: join_any
description: The 'join_any' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: else
description: The 'else' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv:9: syntax error, unexpected TOK_ELSE
name: tri0
description: The 'tri0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: binsof
description: The 'binsof' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endtask
description: The 'endtask' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv:9: syntax error, unexpected TOK_ENDTASK
name: highz1
description: The 'highz1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: notif0
description: The 'notif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: inout
description: The 'inout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv:9: syntax error, unexpected ';'
name: tagged
description: The 'tagged' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: implements
description: The 'implements' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endchecker
description: The 'endchecker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: byte
description: The 'byte' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: restrict
description: The 'restrict' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv:9: syntax error, unexpected TOK_RESTRICT
name: endclass
description: The 'endclass' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: matches
description: The 'matches' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: nor
description: The 'nor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: supply1
description: The 'supply1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv:9: syntax error, unexpected TOK_SUPPLY1
name: illegal_bins
description: The 'illegal_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: protected
description: The 'protected' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: wand
description: The 'wand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: xor
description: The 'xor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: s_eventually
description: The 's_eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: nettype
description: The 'nettype' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: global
description: The 'global' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: super
description: The 'super' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endprimitive
description: The 'endprimitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: supply0
description: The 'supply0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv:9: syntax error, unexpected TOK_SUPPLY0
name: expect
description: The 'expect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: medium
description: The 'medium' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: ignore_bins
description: The 'ignore_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: this
description: The 'this' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: unique
description: The 'unique' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: rtranif1
description: The 'rtranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: with
description: The 'with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: package
description: The 'package' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:9: syntax error, unexpected TOK_PACKAGE
name: alias
description: The 'alias' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endgenerate
description: The 'endgenerate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv:9: syntax error, unexpected TOK_ENDGENERATE
name: specify
description: The 'specify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: solve
description: The 'solve' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: generate
description: The 'generate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:9: syntax error, unexpected TOK_GENERATE
name: edge
description: The 'edge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: forever
description: The 'forever' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: var
description: The 'var' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: xnor
description: The 'xnor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: covergroup
description: The 'covergroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: virtual
description: The 'virtual' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: task
description: The 'task' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9: syntax error, unexpected TOK_TASK
name: rcmos
description: The 'rcmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: genvar
description: The 'genvar' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv:9: syntax error, unexpected ';'
name: until
description: The 'until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pull0
description: The 'pull0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: always_latch
description: The 'always_latch' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv:9: syntax error, unexpected TOK_ALWAYS
name: cross
description: The 'cross' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: posedge
description: The 'posedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv:9: syntax error, unexpected TOK_POSEDGE
name: config
description: The 'config' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: string
description: The 'string' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: new
description: The 'new' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: ref
description: The 'ref' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: small
description: The 'small' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: macromodule
description: The 'macromodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: randc
description: The 'randc' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: priority
description: The 'priority' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: s_until
description: The 's_until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: until_with
description: The 'until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pull1
description: The 'pull1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: foreach
description: The 'foreach' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: sequence
description: The 'sequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: deassign
description: The 'deassign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: incdir
description: The 'incdir' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: timeprecision
description: The 'timeprecision' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: let
description: The 'let' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: interface
description: The 'interface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: s_until_with
description: The 's_until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: final
description: The 'final' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: bufif0
description: The 'bufif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: nand
description: The 'nand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: rnmos
description: The 'rnmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: cmos
description: The 'cmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: while
description: The 'while' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv:9: syntax error, unexpected TOK_WHILE
name: sync_reject_on
description: The 'sync_reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: real
description: The 'real' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv:9: syntax error, unexpected TOK_REAL
name: noshowcancelled
description: The 'noshowcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: packed
description: The 'packed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: sync_accept_on
description: The 'sync_accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: include
description: The 'include' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: rpmos
description: The 'rpmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: typedef
description: The 'typedef' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: tranif0
description: The 'tranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: localparam
description: The 'localparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv:9: syntax error, unexpected TOK_LOCALPARAM
name: trireg
description: The 'trireg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: large
description: The 'large' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endclocking
description: The 'endclocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: bufif1
description: The 'bufif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv:9: syntax error, unexpected TOK_PRIMITIVE
name: initial
description: The 'initial' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv:9: syntax error, unexpected TOK_INITIAL
name: wait
description: The 'wait' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: wildcard
description: The 'wildcard' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: logic
description: The 'logic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv:9: syntax error, unexpected ';'
name: property
description: The 'property' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9: syntax error, unexpected TOK_PROPERTY
name: begin
description: The 'begin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv:9: syntax error, unexpected TOK_BEGIN
name: program
description: The 'program' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: wire
description: The 'wire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv:9: syntax error, unexpected ';'
name: s_always
description: The 's_always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: showcancelled
description: The 'showcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: modport
description: The 'modport' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: module
description: The 'module' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:9: syntax error, unexpected TOK_MODULE
name: instance
description: The 'instance' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: extends
description: The 'extends' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: local
description: The 'local' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: type
description: The 'type' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: tri
description: The 'tri' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endproperty
description: The 'endproperty' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: export
description: The 'export' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: struct
description: The 'struct' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endspecify
description: The 'endspecify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: within
description: The 'within' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: assume
description: The 'assume' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9: syntax error, unexpected TOK_ASSUME
name: rtran
description: The 'rtran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: break
description: The 'break' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: randsequence
description: The 'randsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: wor
description: The 'wor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: design
description: The 'design' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: join
description: The 'join' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: bind
description: The 'bind' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: use
description: The 'use' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: union
description: The 'union' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: automatic
description: The 'automatic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: soft
description: The 'soft' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: endprogram
description: The 'endprogram' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: import
description: The 'import' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: highz0
description: The 'highz0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: defparam
description: The 'defparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv:9: syntax error, unexpected TOK_DEFPARAM
name: output
description: The 'output' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv:9: syntax error, unexpected ';'
name: first_match
description: The 'first_match' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: fork
description: The 'fork' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: iff
description: The 'iff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: strong0
description: The 'strong0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: reg
description: The 'reg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv:9: syntax error, unexpected ';'
name: return
description: The 'return' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pulsestyle_onevent
description: The 'pulsestyle_onevent' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: negedge
description: The 'negedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv:9: syntax error, unexpected TOK_NEGEDGE
name: vectored
description: The 'vectored' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: implies
description: The 'implies' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: interconnect
description: The 'interconnect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: pullup
description: The 'pullup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: randcase
description: The 'randcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: void
description: The 'void' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: case
description: The 'case' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9: syntax error, unexpected TOK_CASE
name: null
description: The 'null' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: always_ff
description: The 'always_ff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit always_ff;
name: int
description: The 'int' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit int;
name: release
description: The 'release' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv::9 Unsuported token
bit release;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit release;
name: endgroup
description: The 'endgroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endgroup;
name: triand
description: The 'triand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv::9 error in parsing: (syntax error, unexpected netTRIAND, expecting vSYMBOL_ID or '#')
bit triand;
name: clocking
description: The 'clocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit clocking;
name: forkjoin
description: The 'forkjoin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit forkjoin;
name: context
description: The 'context' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit context;
name: cover
description: The 'cover' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit cover;
name: const
description: The 'const' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit const;
name: always
description: The 'always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv::9 error in parsing: (syntax error, unexpected vALWAYS, expecting vSYMBOL_ID or '#')
bit always;
name: accept_on
description: The 'accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit accept_on;
name: do
description: The 'do' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit do;
name: casez
description: The 'casez' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv::9 Unsuported token
bit casez;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit casez;
name: trior
description: The 'trior' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv::9 error in parsing: (syntax error, unexpected netTRIOR, expecting vSYMBOL_ID or '#')
bit trior;
name: strong
description: The 'strong' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit strong;
name: integer
description: The 'integer' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv::9 error in parsing: (syntax error, unexpected vINTEGER, expecting vSYMBOL_ID or '#')
bit integer;
name: if
description: The 'if' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv::9 error in parsing: (syntax error, unexpected vIF, expecting vSYMBOL_ID or '#')
bit if;
name: endpackage
description: The 'endpackage' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endpackage;
name: endsequence
description: The 'endsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endsequence;
name: end
description: The 'end' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv::9 error in parsing: (syntax error, unexpected vEND, expecting vSYMBOL_ID or '#')
bit end;
name: assign
description: The 'assign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv::9 error in parsing: (syntax error, unexpected vASSIGN, expecting vSYMBOL_ID or '#')
bit assign;
name: specparam
description: The 'specparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv::9 error in parsing: (syntax error, unexpected vSPECPARAM, expecting vSYMBOL_ID or '#')
bit specparam;
name: bit
description: The 'bit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit bit;
name: class
description: The 'class' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit class;
name: shortint
description: The 'shortint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit shortint;
name: weak
description: The 'weak' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit weak;
name: ifnone
description: The 'ifnone' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit ifnone;
name: strong1
description: The 'strong1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv::9 Unsuported token
bit strong1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit strong1;
name: reject_on
description: The 'reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit reject_on;
name: intersect
description: The 'intersect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit intersect;
name: nexttime
description: The 'nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit nexttime;
name: tran
description: The 'tran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv::9 Unsuported token
bit tran;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit tran;
name: continue
description: The 'continue' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit continue;
name: eventually
description: The 'eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit eventually;
name: untyped
description: The 'untyped' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit untyped;
name: and
description: The 'and' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv::9 error in parsing: (syntax error, unexpected vAND, expecting vSYMBOL_ID or '#')
bit and;
name: library
description: The 'library' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit library;
name: disable
description: The 'disable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv::9 Unsuported token
bit disable;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit disable;
name: wait_order
description: The 'wait_order' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit wait_order;
name: endfunction
description: The 'endfunction' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv::9 error in parsing: (syntax error, unexpected vENDFUNCTION, expecting vSYMBOL_ID or '#')
bit endfunction;
name: shortreal
description: The 'shortreal' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit shortreal;
name: unique0
description: The 'unique0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit unique0;
name: uwire
description: The 'uwire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv::9 error in parsing: (syntax error, unexpected netUWIRE, expecting vSYMBOL_ID or '#')
bit uwire;
name: rtranif0
description: The 'rtranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv::9 Unsuported token
bit rtranif0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit rtranif0;
name: longint
description: The 'longint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit longint;
name: pulsestyle_ondetect
description: The 'pulsestyle_ondetect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit pulsestyle_ondetect;
name: parameter
description: The 'parameter' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv::9 error in parsing: (syntax error, unexpected vPARAMETER, expecting vSYMBOL_ID or '#')
bit parameter;
name: not
description: The 'not' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv::9 error in parsing: (syntax error, unexpected vNOT, expecting vSYMBOL_ID or '#')
bit not;
name: extern
description: The 'extern' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit extern;
name: pure
description: The 'pure' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit pure;
name: bins
description: The 'bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit bins;
name: static
description: The 'static' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit static;
name: pulldown
description: The 'pulldown' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv::9 Unsuported token
bit pulldown;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit pulldown;
name: tri1
description: The 'tri1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv::9 error in parsing: (syntax error, unexpected netTRI1, expecting vSYMBOL_ID or '#')
bit tri1;
name: endmodule
description: The 'endmodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv::9 error in parsing: (syntax error, unexpected vENDMODULE, expecting vSYMBOL_ID or '#')
bit endmodule;
name: default
description: The 'default' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv::9 error in parsing: (syntax error, unexpected vDEFAULT, expecting vSYMBOL_ID or '#')
bit default;
name: throughout
description: The 'throughout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit throughout;
name: liblist
description: The 'liblist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit liblist;
name: unsigned
description: The 'unsigned' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit unsigned;
name: tranif1
description: The 'tranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv::9 Unsuported token
bit tranif1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit tranif1;
name: input
description: The 'input' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv::9 error in parsing: (syntax error, unexpected vINPUT, expecting vSYMBOL_ID or '#')
bit input;
name: buf
description: The 'buf' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv::9 Unsuported token
bit buf;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit buf;
name: primitive
description: The 'primitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv::9 Unsuported token
bit primitive;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit primitive;
name: time
description: The 'time' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv::9 Unsuported token
bit time;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit time;
name: repeat
description: The 'repeat' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv::9 Unsuported token
bit repeat;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit repeat;
name: s_nexttime
description: The 's_nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit s_nexttime;
name: checker
description: The 'checker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit checker;
name: rand
description: The 'rand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit rand;
name: endconfig
description: The 'endconfig' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endconfig;
name: table
description: The 'table' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv::9 Unsuported token
bit table;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit table;
name: or
description: The 'or' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv::9 error in parsing: (syntax error, unexpected vOR, expecting vSYMBOL_ID or '#')
bit or;
name: coverpoint
description: The 'coverpoint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit coverpoint;
name: notif1
description: The 'notif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv::9 Unsuported token
bit notif1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit notif1;
name: endtable
description: The 'endtable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv::9 Unsuported token
bit endtable;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit endtable;
name: weak1
description: The 'weak1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv::9 Unsuported token
bit weak1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit weak1;
name: cell
description: The 'cell' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit cell;
name: force
description: The 'force' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv::9 Unsuported token
bit force;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit force;
name: casex
description: The 'casex' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv::9 Unsuported token
bit casex;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit casex;
name: before
description: The 'before' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit before;
name: always_comb
description: The 'always_comb' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit always_comb;
name: dist
description: The 'dist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit dist;
name: inside
description: The 'inside' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit inside;
name: pmos
description: The 'pmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv::9 Unsuported token
bit pmos;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit pmos;
name: constraint
description: The 'constraint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit constraint;
name: scalared
description: The 'scalared' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv::9 Unsuported token
bit scalared;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit scalared;
name: enum
description: The 'enum' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit enum;
name: join_none
description: The 'join_none' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit join_none;
name: signed
description: The 'signed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv::9 error in parsing: (syntax error, unexpected vSIGNED, expecting vSYMBOL_ID or '#')
bit signed;
name: nmos
description: The 'nmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv::9 Unsuported token
bit nmos;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit nmos;
name: weak0
description: The 'weak0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv::9 Unsuported token
bit weak0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit weak0;
name: timeunit
description: The 'timeunit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit timeunit;
name: endcase
description: The 'endcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv::9 error in parsing: (syntax error, unexpected vENDCASE, expecting vSYMBOL_ID or '#')
bit endcase;
name: function
description: The 'function' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting vSYMBOL_ID or '#')
bit function;
name: endinterface
description: The 'endinterface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endinterface;
name: chandle
description: The 'chandle' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit chandle;
name: assert
description: The 'assert' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit assert;
name: event
description: The 'event' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv::9 Unsuported token
bit event;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit event;
name: for
description: The 'for' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv::9 error in parsing: (syntax error, unexpected vFOR, expecting vSYMBOL_ID or '#')
bit for;
name: realtime
description: The 'realtime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit realtime;
name: join_any
description: The 'join_any' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit join_any;
name: else
description: The 'else' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv::9 error in parsing: (syntax error, unexpected vELSE, expecting vSYMBOL_ID or '#')
bit else;
name: tri0
description: The 'tri0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv::9 error in parsing: (syntax error, unexpected netTRI0, expecting vSYMBOL_ID or '#')
bit tri0;
name: binsof
description: The 'binsof' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit binsof;
name: endtask
description: The 'endtask' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv::9 Unsuported token
bit endtask;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit endtask;
name: highz1
description: The 'highz1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv::9 Unsuported token
bit highz1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit highz1;
name: notif0
description: The 'notif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv::9 Unsuported token
bit notif0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit notif0;
name: inout
description: The 'inout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv::9 error in parsing: (syntax error, unexpected vINOUT, expecting vSYMBOL_ID or '#')
bit inout;
name: tagged
description: The 'tagged' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit tagged;
name: implements
description: The 'implements' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit implements;
name: endchecker
description: The 'endchecker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endchecker;
name: byte
description: The 'byte' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit byte;
name: restrict
description: The 'restrict' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit restrict;
name: endclass
description: The 'endclass' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endclass;
name: matches
description: The 'matches' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit matches;
name: nor
description: The 'nor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv::9 error in parsing: (syntax error, unexpected vNOR, expecting vSYMBOL_ID or '#')
bit nor;
name: supply1
description: The 'supply1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv::9 Unsuported token
bit supply1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit supply1;
name: illegal_bins
description: The 'illegal_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit illegal_bins;
name: protected
description: The 'protected' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit protected;
name: wand
description: The 'wand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv::9 error in parsing: (syntax error, unexpected netWAND, expecting vSYMBOL_ID or '#')
bit wand;
name: xor
description: The 'xor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv::9 error in parsing: (syntax error, unexpected vXOR, expecting vSYMBOL_ID or '#')
bit xor;
name: s_eventually
description: The 's_eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit s_eventually;
name: nettype
description: The 'nettype' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit nettype;
name: global
description: The 'global' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit global;
name: super
description: The 'super' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit super;
name: endprimitive
description: The 'endprimitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv::9 Unsuported token
bit endprimitive;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit endprimitive;
name: supply0
description: The 'supply0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv::9 Unsuported token
bit supply0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit supply0;
name: expect
description: The 'expect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit expect;
name: medium
description: The 'medium' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv::9 Unsuported token
bit medium;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit medium;
name: ignore_bins
description: The 'ignore_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit ignore_bins;
name: this
description: The 'this' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit this;
name: unique
description: The 'unique' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit unique;
name: rtranif1
description: The 'rtranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv::9 Unsuported token
bit rtranif1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit rtranif1;
name: with
description: The 'with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit with;
name: package
description: The 'package' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit package;
name: alias
description: The 'alias' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit alias;
name: endgenerate
description: The 'endgenerate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv::9 error in parsing: (syntax error, unexpected vENDGENERATE, expecting vSYMBOL_ID or '#')
bit endgenerate;
name: specify
description: The 'specify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv::9 error in parsing: (syntax error, unexpected vSPECIFY, expecting vSYMBOL_ID or '#')
bit specify;
name: solve
description: The 'solve' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit solve;
name: generate
description: The 'generate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv::9 error in parsing: (syntax error, unexpected vGENERATE, expecting vSYMBOL_ID or '#')
bit generate;
name: edge
description: The 'edge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv::9 Unsuported token
bit edge;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit edge;
name: forever
description: The 'forever' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv::9 Unsuported token
bit forever;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit forever;
name: var
description: The 'var' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit var;
name: xnor
description: The 'xnor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv::9 error in parsing: (syntax error, unexpected vXNOR, expecting vSYMBOL_ID or '#')
bit xnor;
name: covergroup
description: The 'covergroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit covergroup;
name: virtual
description: The 'virtual' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit virtual;
name: task
description: The 'task' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv::9 Unsuported token
bit task;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit task;
name: rcmos
description: The 'rcmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv::9 Unsuported token
bit rcmos;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit rcmos;
name: genvar
description: The 'genvar' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv::9 error in parsing: (syntax error, unexpected vGENVAR, expecting vSYMBOL_ID or '#')
bit genvar;
name: until
description: The 'until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit until;
name: pull0
description: The 'pull0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv::9 Unsuported token
bit pull0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit pull0;
name: always_latch
description: The 'always_latch' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit always_latch;
name: cross
description: The 'cross' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit cross;
name: posedge
description: The 'posedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv::9 error in parsing: (syntax error, unexpected vPOSEDGE, expecting vSYMBOL_ID or '#')
bit posedge;
name: config
description: The 'config' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit config;
name: string
description: The 'string' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit string;
name: new
description: The 'new' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit new;
name: ref
description: The 'ref' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit ref;
name: small
description: The 'small' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv::9 Unsuported token
bit small;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit small;
name: macromodule
description: The 'macromodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv::9 error in parsing: (syntax error, unexpected vMODULE, expecting vSYMBOL_ID or '#')
bit macromodule;
name: randc
description: The 'randc' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit randc;
name: priority
description: The 'priority' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit priority;
name: s_until
description: The 's_until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit s_until;
name: until_with
description: The 'until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit until_with;
name: pull1
description: The 'pull1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv::9 Unsuported token
bit pull1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit pull1;
name: foreach
description: The 'foreach' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit foreach;
name: sequence
description: The 'sequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit sequence;
name: deassign
description: The 'deassign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv::9 Unsuported token
bit deassign;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit deassign;
name: incdir
description: The 'incdir' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit incdir;
name: timeprecision
description: The 'timeprecision' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit timeprecision;
name: let
description: The 'let' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit let;
name: interface
description: The 'interface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit interface;
name: s_until_with
description: The 's_until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit s_until_with;
name: final
description: The 'final' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit final;
name: bufif0
description: The 'bufif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv::9 Unsuported token
bit bufif0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit bufif0;
name: nand
description: The 'nand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv::9 error in parsing: (syntax error, unexpected vNAND, expecting vSYMBOL_ID or '#')
bit nand;
name: rnmos
description: The 'rnmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv::9 Unsuported token
bit rnmos;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit rnmos;
name: cmos
description: The 'cmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv::9 Unsuported token
bit cmos;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit cmos;
name: while
description: The 'while' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv::9 error in parsing: (syntax error, unexpected vWHILE, expecting vSYMBOL_ID or '#')
bit while;
name: sync_reject_on
description: The 'sync_reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit sync_reject_on;
name: real
description: The 'real' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit real;
name: noshowcancelled
description: The 'noshowcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit noshowcancelled;
name: packed
description: The 'packed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit packed;
name: sync_accept_on
description: The 'sync_accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit sync_accept_on;
name: include
description: The 'include' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit include;
name: rpmos
description: The 'rpmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv::9 Unsuported token
bit rpmos;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit rpmos;
name: typedef
description: The 'typedef' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit typedef;
name: tranif0
description: The 'tranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv::9 Unsuported token
bit tranif0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit tranif0;
name: localparam
description: The 'localparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv::9 error in parsing: (syntax error, unexpected vLOCALPARAM, expecting vSYMBOL_ID or '#')
bit localparam;
name: trireg
description: The 'trireg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv::9 error in parsing: (syntax error, unexpected netTRIREG, expecting vSYMBOL_ID or '#')
bit trireg;
name: large
description: The 'large' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv::9 Unsuported token
bit large;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit large;
name: endclocking
description: The 'endclocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endclocking;
name: bufif1
description: The 'bufif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv::9 Unsuported token
bit bufif1;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit bufif1;
name: initial
description: The 'initial' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv::9 error in parsing: (syntax error, unexpected vINITIAL, expecting vSYMBOL_ID or '#')
bit initial;
name: wait
description: The 'wait' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv::9 Unsuported token
bit wait;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit wait;
name: wildcard
description: The 'wildcard' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit wildcard;
name: logic
description: The 'logic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit logic;
name: property
description: The 'property' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit property;
name: begin
description: The 'begin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv::9 error in parsing: (syntax error, unexpected vBEGIN, expecting vSYMBOL_ID or '#')
bit begin;
name: program
description: The 'program' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit program;
name: wire
description: The 'wire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv::9 error in parsing: (syntax error, unexpected netWIRE, expecting vSYMBOL_ID or '#')
bit wire;
name: s_always
description: The 's_always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit s_always;
name: showcancelled
description: The 'showcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit showcancelled;
name: modport
description: The 'modport' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit modport;
name: module
description: The 'module' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv::9 error in parsing: (syntax error, unexpected vMODULE, expecting vSYMBOL_ID or '#')
bit module;
name: instance
description: The 'instance' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit instance;
name: extends
description: The 'extends' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit extends;
name: local
description: The 'local' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit local;
name: type
description: The 'type' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit type;
name: tri
description: The 'tri' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv::9 error in parsing: (syntax error, unexpected netTRI, expecting vSYMBOL_ID or '#')
bit tri;
name: endproperty
description: The 'endproperty' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endproperty;
name: export
description: The 'export' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit export;
name: struct
description: The 'struct' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit struct;
name: endspecify
description: The 'endspecify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv::9 error in parsing: (syntax error, unexpected vENDSPECIFY, expecting vSYMBOL_ID or '#')
bit endspecify;
name: within
description: The 'within' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit within;
name: assume
description: The 'assume' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit assume;
name: rtran
description: The 'rtran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv::9 Unsuported token
bit rtran;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit rtran;
name: break
description: The 'break' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit break;
name: randsequence
description: The 'randsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit randsequence;
name: wor
description: The 'wor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv::9 error in parsing: (syntax error, unexpected netWOR, expecting vSYMBOL_ID or '#')
bit wor;
name: design
description: The 'design' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit design;
name: join
description: The 'join' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv::9 Unsuported token
bit join;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit join;
name: bind
description: The 'bind' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit bind;
name: use
description: The 'use' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit use;
name: union
description: The 'union' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit union;
name: automatic
description: The 'automatic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv::9 Unsuported token
bit automatic;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit automatic;
name: soft
description: The 'soft' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit soft;
name: endprogram
description: The 'endprogram' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit endprogram;
name: import
description: The 'import' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit import;
name: highz0
description: The 'highz0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv::9 Unsuported token
bit highz0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit highz0;
name: defparam
description: The 'defparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv::9 error in parsing: (syntax error, unexpected vDEFPARAM, expecting vSYMBOL_ID or '#')
bit defparam;
name: output
description: The 'output' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv::9 error in parsing: (syntax error, unexpected vOUTPUT, expecting vSYMBOL_ID or '#')
bit output;
name: first_match
description: The 'first_match' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit first_match;
name: fork
description: The 'fork' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv::9 Unsuported token
bit fork;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit fork;
name: iff
description: The 'iff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit iff;
name: strong0
description: The 'strong0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv::9 Unsuported token
bit strong0;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit strong0;
name: reg
description: The 'reg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv::9 error in parsing: (syntax error, unexpected netREG, expecting vSYMBOL_ID or '#')
bit reg;
name: return
description: The 'return' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit return;
name: pulsestyle_onevent
description: The 'pulsestyle_onevent' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit pulsestyle_onevent;
name: negedge
description: The 'negedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv::9 error in parsing: (syntax error, unexpected vNEGEDGE, expecting vSYMBOL_ID or '#')
bit negedge;
name: vectored
description: The 'vectored' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv::9 Unsuported token
bit vectored;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit vectored;
name: implies
description: The 'implies' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit implies;
name: interconnect
description: The 'interconnect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit interconnect;
name: pullup
description: The 'pullup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv::9 Unsuported token
bit pullup;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv::9 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
bit pullup;
name: randcase
description: The 'randcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit randcase;
name: void
description: The 'void' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit void;
name: case
description: The 'case' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv::9 error in parsing: (syntax error, unexpected vCASE, expecting vSYMBOL_ID or '#')
bit case;
name: null
description: The 'null' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
bit null;
name: always_ff
description: The 'always_ff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv:9: error: invalid module item.
name: int
description: The 'int' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv:9: error: invalid module item.
name: release
description: The 'release' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv:9: error: invalid module item.
name: endgroup
description: The 'endgroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv:9: error: invalid module item.
name: triand
description: The 'triand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv:9: error: invalid module item.
name: clocking
description: The 'clocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv:9: error: invalid module item.
name: forkjoin
description: The 'forkjoin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv:9: error: invalid module item.
name: context
description: The 'context' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv:9: error: invalid module item.
name: cover
description: The 'cover' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9: error: invalid module item.
name: const
description: The 'const' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv:9: error: invalid module item.
name: always
description: The 'always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv:9: error: invalid module item.
name: accept_on
description: The 'accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv:9: error: invalid module item.
name: do
description: The 'do' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv:9: error: invalid module item.
name: casez
description: The 'casez' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv:9: error: invalid module item.
name: trior
description: The 'trior' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv:9: error: invalid module item.
name: strong
description: The 'strong' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv:9: error: invalid module item.
name: integer
description: The 'integer' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv:9: error: invalid module item.
name: if
description: The 'if' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9: error: invalid module item.
name: endpackage
description: The 'endpackage' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv:9: error: invalid module item.
name: endsequence
description: The 'endsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv:9: error: invalid module item.
name: end
description: The 'end' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv:9: error: invalid module item.
name: assign
description: The 'assign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv:9: error: invalid module item.
name: specparam
description: The 'specparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv:9: error: invalid module item.
name: bit
description: The 'bit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv:9: error: invalid module item.
name: class
description: The 'class' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv:9: error: invalid module item.
name: shortint
description: The 'shortint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv:9: error: invalid module item.
name: weak
description: The 'weak' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv:9: error: invalid module item.
name: ifnone
description: The 'ifnone' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv:9: error: invalid module item.
name: strong1
description: The 'strong1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv:9: error: invalid module item.
name: reject_on
description: The 'reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv:9: error: invalid module item.
name: intersect
description: The 'intersect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv:9: error: invalid module item.
name: nexttime
description: The 'nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv:9: error: invalid module item.
name: tran
description: The 'tran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv:9: error: invalid module item.
name: continue
description: The 'continue' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv:9: error: invalid module item.
name: eventually
description: The 'eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv:9: error: invalid module item.
name: untyped
description: The 'untyped' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv:9: error: invalid module item.
name: and
description: The 'and' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv:9: error: invalid module item.
name: library
description: The 'library' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv:9: error: invalid module item.
name: disable
description: The 'disable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv:9: error: invalid module item.
name: wait_order
description: The 'wait_order' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv:9: error: invalid module item.
name: endfunction
description: The 'endfunction' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv:9: error: invalid module item.
name: shortreal
description: The 'shortreal' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv:9: error: invalid module item.
name: unique0
description: The 'unique0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv:9: error: invalid module item.
name: uwire
description: The 'uwire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv:9: error: invalid module item.
name: rtranif0
description: The 'rtranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv:9: error: invalid module item.
name: longint
description: The 'longint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv:9: error: invalid module item.
name: pulsestyle_ondetect
description: The 'pulsestyle_ondetect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv:9: error: invalid module item.
name: parameter
description: The 'parameter' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv:9: error: invalid module item.
name: not
description: The 'not' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv:9: error: invalid module item.
name: extern
description: The 'extern' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv:9: error: invalid module item.
name: pure
description: The 'pure' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv:9: error: invalid module item.
name: bins
description: The 'bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv:9: error: invalid module item.
name: static
description: The 'static' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv:9: error: invalid module item.
name: pulldown
description: The 'pulldown' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv:9: error: invalid module item.
name: tri1
description: The 'tri1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv:9: error: invalid module item.
name: endmodule
description: The 'endmodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv:9: error: invalid module item.
name: default
description: The 'default' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv:9: error: invalid module item.
name: throughout
description: The 'throughout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv:9: error: invalid module item.
name: liblist
description: The 'liblist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv:9: error: invalid module item.
name: unsigned
description: The 'unsigned' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv:9: error: invalid module item.
name: tranif1
description: The 'tranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv:9: error: invalid module item.
name: input
description: The 'input' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv:9: error: invalid module item.
name: buf
description: The 'buf' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv:9: error: invalid module item.
name: primitive
description: The 'primitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv:9: error: invalid module item.
name: time
description: The 'time' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv:9: error: invalid module item.
name: repeat
description: The 'repeat' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv:9: error: invalid module item.
name: s_nexttime
description: The 's_nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv:9: error: invalid module item.
name: checker
description: The 'checker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv:9: error: invalid module item.
name: rand
description: The 'rand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv:9: error: invalid module item.
name: endconfig
description: The 'endconfig' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv:9: error: invalid module item.
name: table
description: The 'table' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv:9: error: invalid module item.
name: or
description: The 'or' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv:9: error: invalid module item.
name: coverpoint
description: The 'coverpoint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv:9: error: invalid module item.
name: notif1
description: The 'notif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv:9: error: invalid module item.
name: endtable
description: The 'endtable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv:9: error: invalid module item.
name: weak1
description: The 'weak1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv:9: error: invalid module item.
name: cell
description: The 'cell' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv:9: error: invalid module item.
name: force
description: The 'force' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv:9: error: invalid module item.
name: casex
description: The 'casex' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv:9: error: invalid module item.
name: before
description: The 'before' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv:9: error: invalid module item.
name: always_comb
description: The 'always_comb' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv:9: error: invalid module item.
name: dist
description: The 'dist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv:9: error: invalid module item.
name: inside
description: The 'inside' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv:9: error: invalid module item.
name: pmos
description: The 'pmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv:9: error: invalid module item.
name: constraint
description: The 'constraint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv:9: error: invalid module item.
name: scalared
description: The 'scalared' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv:9: error: invalid module item.
name: enum
description: The 'enum' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv:9: error: invalid module item.
name: join_none
description: The 'join_none' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv:9: error: invalid module item.
name: signed
description: The 'signed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv:9: error: invalid module item.
name: nmos
description: The 'nmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv:9: error: invalid module item.
name: weak0
description: The 'weak0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv:9: error: invalid module item.
name: timeunit
description: The 'timeunit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv:9: error: invalid module item.
name: endcase
description: The 'endcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv:9: error: invalid module item.
name: function
description: The 'function' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9: error: invalid module item.
name: endinterface
description: The 'endinterface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv:9: error: invalid module item.
name: chandle
description: The 'chandle' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv:9: error: invalid module item.
name: assert
description: The 'assert' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9: error: invalid module item.
name: event
description: The 'event' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv:9: error: invalid module item.
name: for
description: The 'for' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9: error: invalid module item.
name: realtime
description: The 'realtime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv:9: error: invalid module item.
name: join_any
description: The 'join_any' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv:9: error: invalid module item.
name: else
description: The 'else' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv:9: error: invalid module item.
name: tri0
description: The 'tri0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv:9: error: invalid module item.
name: binsof
description: The 'binsof' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv:9: error: invalid module item.
name: endtask
description: The 'endtask' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv:9: error: invalid module item.
name: highz1
description: The 'highz1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv:9: error: invalid module item.
name: notif0
description: The 'notif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv:9: error: invalid module item.
name: inout
description: The 'inout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv:9: error: invalid module item.
name: tagged
description: The 'tagged' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv:9: error: invalid module item.
name: implements
description: The 'implements' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv:9: error: invalid module item.
name: endchecker
description: The 'endchecker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv:9: error: invalid module item.
name: byte
description: The 'byte' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv:9: error: invalid module item.
name: restrict
description: The 'restrict' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv:9: error: invalid module item.
name: endclass
description: The 'endclass' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv:9: error: invalid module item.
name: matches
description: The 'matches' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv:9: error: invalid module item.
name: nor
description: The 'nor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv:9: error: invalid module item.
name: supply1
description: The 'supply1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv:9: error: invalid module item.
name: illegal_bins
description: The 'illegal_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv:9: error: invalid module item.
name: protected
description: The 'protected' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv:9: error: invalid module item.
name: wand
description: The 'wand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv:9: error: invalid module item.
name: xor
description: The 'xor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv:9: error: invalid module item.
name: s_eventually
description: The 's_eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv:9: error: invalid module item.
name: nettype
description: The 'nettype' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv:9: error: invalid module item.
name: global
description: The 'global' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv:9: error: invalid module item.
name: super
description: The 'super' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv:9: error: invalid module item.
name: endprimitive
description: The 'endprimitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv:9: error: invalid module item.
name: supply0
description: The 'supply0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv:9: error: invalid module item.
name: expect
description: The 'expect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv:9: error: invalid module item.
name: medium
description: The 'medium' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv:9: error: invalid module item.
name: ignore_bins
description: The 'ignore_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv:9: error: invalid module item.
name: this
description: The 'this' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv:9: error: invalid module item.
name: unique
description: The 'unique' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv:9: error: invalid module item.
name: rtranif1
description: The 'rtranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv:9: error: invalid module item.
name: with
description: The 'with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv:9: error: invalid module item.
name: package
description: The 'package' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:9: error: invalid module item.
name: alias
description: The 'alias' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv:9: error: invalid module item.
name: endgenerate
description: The 'endgenerate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv:9: error: invalid module item.
name: specify
description: The 'specify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv:9: error: invalid module item.
name: solve
description: The 'solve' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv:9: error: invalid module item.
name: generate
description: The 'generate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:9: error: invalid module item.
name: edge
description: The 'edge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv:9: error: invalid module item.
name: forever
description: The 'forever' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv:9: error: invalid module item.
name: var
description: The 'var' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv:9: error: invalid module item.
name: xnor
description: The 'xnor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv:9: error: invalid module item.
name: covergroup
description: The 'covergroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv:9: error: invalid module item.
name: virtual
description: The 'virtual' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv:9: error: invalid module item.
name: task
description: The 'task' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9: error: invalid module item.
name: rcmos
description: The 'rcmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv:9: error: invalid module item.
name: genvar
description: The 'genvar' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv:9: error: invalid module item.
name: until
description: The 'until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv:9: error: invalid module item.
name: pull0
description: The 'pull0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv:9: error: invalid module item.
name: always_latch
description: The 'always_latch' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv:9: error: invalid module item.
name: cross
description: The 'cross' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv:9: error: invalid module item.
name: posedge
description: The 'posedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv:9: error: invalid module item.
name: config
description: The 'config' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv:9: error: invalid module item.
name: string
description: The 'string' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv:9: error: invalid module item.
name: new
description: The 'new' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv:9: error: invalid module item.
name: ref
description: The 'ref' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv:9: error: invalid module item.
name: small
description: The 'small' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv:9: error: invalid module item.
name: macromodule
description: The 'macromodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv:9: error: invalid module item.
name: randc
description: The 'randc' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv:9: error: invalid module item.
name: priority
description: The 'priority' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv:9: error: invalid module item.
name: s_until
description: The 's_until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv:9: error: invalid module item.
name: until_with
description: The 'until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv:9: error: invalid module item.
name: pull1
description: The 'pull1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv:9: error: invalid module item.
name: foreach
description: The 'foreach' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv:9: error: invalid module item.
name: sequence
description: The 'sequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv:9: error: invalid module item.
name: deassign
description: The 'deassign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv:9: error: invalid module item.
name: incdir
description: The 'incdir' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv:9: error: invalid module item.
name: timeprecision
description: The 'timeprecision' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv:9: error: invalid module item.
name: let
description: The 'let' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv:9: error: invalid module item.
name: interface
description: The 'interface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:9: error: invalid module item.
name: s_until_with
description: The 's_until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv:9: error: invalid module item.
name: final
description: The 'final' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv:9: error: invalid module item.
name: bufif0
description: The 'bufif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv:9: error: invalid module item.
name: nand
description: The 'nand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv:9: error: invalid module item.
name: rnmos
description: The 'rnmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv:9: error: invalid module item.
name: cmos
description: The 'cmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv:9: error: invalid module item.
name: while
description: The 'while' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv:9: error: invalid module item.
name: sync_reject_on
description: The 'sync_reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv:9: error: invalid module item.
name: real
description: The 'real' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv:9: error: invalid module item.
name: noshowcancelled
description: The 'noshowcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv:9: error: invalid module item.
name: packed
description: The 'packed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv:9: error: invalid module item.
name: sync_accept_on
description: The 'sync_accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv:9: error: invalid module item.
name: include
description: The 'include' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv:9: error: invalid module item.
name: rpmos
description: The 'rpmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv:9: error: invalid module item.
name: typedef
description: The 'typedef' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv:9: error: invalid module item.
name: tranif0
description: The 'tranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv:9: error: invalid module item.
name: localparam
description: The 'localparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv:9: error: invalid module item.
name: trireg
description: The 'trireg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv:9: error: invalid module item.
name: large
description: The 'large' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv:9: error: invalid module item.
name: endclocking
description: The 'endclocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv:9: error: invalid module item.
name: bufif1
description: The 'bufif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv:9: error: invalid module item.
name: initial
description: The 'initial' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv:9: error: invalid module item.
name: wait
description: The 'wait' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv:9: error: invalid module item.
name: wildcard
description: The 'wildcard' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv:9: error: invalid module item.
name: logic
description: The 'logic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv:9: error: invalid module item.
name: property
description: The 'property' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9: error: invalid module item.
name: begin
description: The 'begin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv:9: error: invalid module item.
name: program
description: The 'program' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv:9: error: invalid module item.
name: wire
description: The 'wire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv:9: error: invalid module item.
name: s_always
description: The 's_always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv:9: error: invalid module item.
name: showcancelled
description: The 'showcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv:9: error: invalid module item.
name: modport
description: The 'modport' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv:9: error: invalid module item.
name: module
description: The 'module' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:9: error: invalid module item.
name: instance
description: The 'instance' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv:9: error: invalid module item.
name: extends
description: The 'extends' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv:9: error: invalid module item.
name: local
description: The 'local' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv:9: error: invalid module item.
name: type
description: The 'type' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv:9: error: invalid module item.
name: tri
description: The 'tri' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv:9: error: invalid module item.
name: endproperty
description: The 'endproperty' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv:9: error: invalid module item.
name: export
description: The 'export' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9: error: invalid module item.
name: struct
description: The 'struct' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv:9: error: invalid module item.
name: endspecify
description: The 'endspecify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv:9: error: invalid module item.
name: within
description: The 'within' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv:9: error: invalid module item.
name: assume
description: The 'assume' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9: error: invalid module item.
name: rtran
description: The 'rtran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv:9: error: invalid module item.
name: break
description: The 'break' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv:9: error: invalid module item.
name: randsequence
description: The 'randsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv:9: error: invalid module item.
name: wor
description: The 'wor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv:9: error: invalid module item.
name: design
description: The 'design' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv:9: error: invalid module item.
name: join
description: The 'join' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv:9: error: invalid module item.
name: bind
description: The 'bind' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv:9: error: invalid module item.
name: use
description: The 'use' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv:9: error: invalid module item.
name: union
description: The 'union' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv:9: error: invalid module item.
name: automatic
description: The 'automatic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv:9: error: invalid module item.
name: soft
description: The 'soft' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv:9: error: invalid module item.
name: endprogram
description: The 'endprogram' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv:9: error: invalid module item.
name: import
description: The 'import' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv:9: error: invalid module item.
name: highz0
description: The 'highz0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv:9: error: invalid module item.
name: defparam
description: The 'defparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv:9: error: invalid module item.
name: output
description: The 'output' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv:9: error: invalid module item.
name: first_match
description: The 'first_match' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv:9: error: invalid module item.
name: fork
description: The 'fork' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv:9: error: invalid module item.
name: iff
description: The 'iff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv:9: error: invalid module item.
name: strong0
description: The 'strong0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv:9: error: invalid module item.
name: reg
description: The 'reg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv:9: error: invalid module item.
name: return
description: The 'return' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv:9: error: invalid module item.
name: pulsestyle_onevent
description: The 'pulsestyle_onevent' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv:9: error: invalid module item.
name: negedge
description: The 'negedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv:9: error: invalid module item.
name: vectored
description: The 'vectored' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv:9: error: invalid module item.
name: implies
description: The 'implies' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv:9: error: invalid module item.
name: interconnect
description: The 'interconnect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv:9: error: invalid module item.
name: pullup
description: The 'pullup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv:9: error: invalid module item.
name: randcase
description: The 'randcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv:9: error: invalid module item.
name: void
description: The 'void' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv:9: error: invalid module item.
name: case
description: The 'case' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9: error: invalid module item.
name: null
description: The 'null' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv:9: error: invalid module item.
name: always_ff
description: The 'always_ff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'always_ff' (KW_always_ff) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: int
description: The 'int' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType int]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: release
description: The 'release' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv']
incdirs: []
top_module:
rc: 0

module top;
wire release;
endmodule
name: endgroup
description: The 'endgroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endgroup;
endmodule
name: triand
description: The 'triand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType triand]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: clocking
description: The 'clocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv']
incdirs: []
top_module:
rc: 0

module top;
wire clocking;
endmodule
name: forkjoin
description: The 'forkjoin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv']
incdirs: []
top_module:
rc: 0

module top;
wire forkjoin;
endmodule
name: context
description: The 'context' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv']
incdirs: []
top_module:
rc: 0

module top;
wire context;
endmodule
name: cover
description: The 'cover' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'cover' (KW_cover) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: const
description: The 'const' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv']
incdirs: []
top_module:
rc: 0

module top;
wire const;
endmodule
name: always
description: The 'always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'always' (KW_always) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: accept_on
description: The 'accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv']
incdirs: []
top_module:
rc: 0

module top;
wire accept_on;
endmodule
name: do
description: The 'do' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'do' (KW_do) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: casez
description: The 'casez' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'casez' (KW_casez) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: trior
description: The 'trior' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType trior]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: strong
description: The 'strong' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv']
incdirs: []
top_module:
rc: 0

module top;
wire strong;
endmodule
name: integer
description: The 'integer' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType integer]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: if
description: The 'if' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'if' (KW_if) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: endpackage
description: The 'endpackage' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endpackage' (KW_endpackage) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: endsequence
description: The 'endsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endsequence;
endmodule
name: end
description: The 'end' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'end' (KW_end) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: assign
description: The 'assign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'assign' (KW_assign) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: specparam
description: The 'specparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv']
incdirs: []
top_module:
rc: 0

module top;
wire specparam;
endmodule
name: bit
description: The 'bit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType bit]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: class
description: The 'class' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv']
incdirs: []
top_module:
rc: 0

module top;
wire class;
endmodule
name: shortint
description: The 'shortint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType shortint]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: weak
description: The 'weak' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv']
incdirs: []
top_module:
rc: 0

module top;
wire weak;
endmodule
name: ifnone
description: The 'ifnone' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv']
incdirs: []
top_module:
rc: 0

module top;
wire ifnone;
endmodule
name: strong1
description: The 'strong1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire strong1;
endmodule
name: reject_on
description: The 'reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv']
incdirs: []
top_module:
rc: 0

module top;
wire reject_on;
endmodule
name: intersect
description: The 'intersect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'intersect' (KW_intersect) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: nexttime
description: The 'nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv']
incdirs: []
top_module:
rc: 0

module top;
wire nexttime;
endmodule
name: tran
description: The 'tran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv']
incdirs: []
top_module:
rc: 0

module top;
wire tran;
endmodule
name: continue
description: The 'continue' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv']
incdirs: []
top_module:
rc: 0

module top;
wire continue;
endmodule
name: eventually
description: The 'eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv']
incdirs: []
top_module:
rc: 0

module top;
wire eventually;
endmodule
name: untyped
description: The 'untyped' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv']
incdirs: []
top_module:
rc: 0

module top;
wire untyped;
endmodule
name: and
description: The 'and' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'and' (KW_and) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: library
description: The 'library' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv']
incdirs: []
top_module:
rc: 0

module top;
wire library;
endmodule
name: disable
description: The 'disable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'disable' (KW_disable) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: wait_order
description: The 'wait_order' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv']
incdirs: []
top_module:
rc: 0

module top;
wire wait_order;
endmodule
name: endfunction
description: The 'endfunction' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endfunction' (KW_endfunction) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: shortreal
description: The 'shortreal' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType shortreal]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: unique0
description: The 'unique0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'unique0' (KW_unique0) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: uwire
description: The 'uwire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType uwire]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: rtranif0
description: The 'rtranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire rtranif0;
endmodule
name: longint
description: The 'longint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType longint]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: pulsestyle_ondetect
description: The 'pulsestyle_ondetect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pulsestyle_ondetect;
endmodule
name: parameter
description: The 'parameter' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'parameter' (KW_parameter) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: not
description: The 'not' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'not' (KW_not) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: extern
description: The 'extern' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'extern' (KW_extern) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: pure
description: The 'pure' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pure;
endmodule
name: bins
description: The 'bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv']
incdirs: []
top_module:
rc: 0

module top;
wire bins;
endmodule
name: static
description: The 'static' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTLifetime static]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: pulldown
description: The 'pulldown' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pulldown;
endmodule
name: tri1
description: The 'tri1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType tri1]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: endmodule
description: The 'endmodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endmodule' (KW_endmodule) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: default
description: The 'default' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'default' (KW_default) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: throughout
description: The 'throughout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'throughout' (KW_throughout) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: liblist
description: The 'liblist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv']
incdirs: []
top_module:
rc: 0

module top;
wire liblist;
endmodule
name: unsigned
description: The 'unsigned' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: incomplete declaration
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:286:21 in main:Language.SystemVerilog.Parser.ParseDecl
name: tranif1
description: The 'tranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire tranif1;
endmodule
name: input
description: The 'input' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTDir input]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: buf
description: The 'buf' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'buf' (KW_buf) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: primitive
description: The 'primitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv']
incdirs: []
top_module:
rc: 0

module top;
wire primitive;
endmodule
name: time
description: The 'time' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType time]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: repeat
description: The 'repeat' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'repeat' (KW_repeat) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: s_nexttime
description: The 's_nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv']
incdirs: []
top_module:
rc: 0

module top;
wire s_nexttime;
endmodule
name: checker
description: The 'checker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv']
incdirs: []
top_module:
rc: 0

module top;
wire checker;
endmodule
name: rand
description: The 'rand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv']
incdirs: []
top_module:
rc: 0

module top;
wire rand;
endmodule
name: endconfig
description: The 'endconfig' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endconfig;
endmodule
name: table
description: The 'table' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv']
incdirs: []
top_module:
rc: 0

module top;
wire table;
endmodule
name: or
description: The 'or' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'or' (KW_or) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: coverpoint
description: The 'coverpoint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv']
incdirs: []
top_module:
rc: 0

module top;
wire coverpoint;
endmodule
name: notif1
description: The 'notif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire notif1;
endmodule
name: endtable
description: The 'endtable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endtable;
endmodule
name: weak1
description: The 'weak1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire weak1;
endmodule
name: cell
description: The 'cell' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv']
incdirs: []
top_module:
rc: 0

module top;
wire cell;
endmodule
name: force
description: The 'force' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv']
incdirs: []
top_module:
rc: 0

module top;
wire force;
endmodule
name: casex
description: The 'casex' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'casex' (KW_casex) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: before
description: The 'before' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv']
incdirs: []
top_module:
rc: 0

module top;
wire before;
endmodule
name: always_comb
description: The 'always_comb' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'always_comb' (KW_always_comb) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: dist
description: The 'dist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv']
incdirs: []
top_module:
rc: 0

module top;
wire dist;
endmodule
name: inside
description: The 'inside' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv']
incdirs: []
top_module:
rc: 0

module top;
wire inside;
endmodule
name: pmos
description: The 'pmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pmos;
endmodule
name: constraint
description: The 'constraint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv']
incdirs: []
top_module:
rc: 0

module top;
wire constraint;
endmodule
name: scalared
description: The 'scalared' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv']
incdirs: []
top_module:
rc: 0

module top;
wire scalared;
endmodule
name: enum
description: The 'enum' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv:9:13.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: join_none
description: The 'join_none' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv']
incdirs: []
top_module:
rc: 0

module top;
wire join_none;
endmodule
name: signed
description: The 'signed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: incomplete declaration
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:286:21 in main:Language.SystemVerilog.Parser.ParseDecl
name: nmos
description: The 'nmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv']
incdirs: []
top_module:
rc: 0

module top;
wire nmos;
endmodule
name: weak0
description: The 'weak0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire weak0;
endmodule
name: timeunit
description: The 'timeunit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv']
incdirs: []
top_module:
rc: 0

module top;
wire timeunit;
endmodule
name: endcase
description: The 'endcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endcase' (KW_endcase) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: function
description: The 'function' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: endinterface
description: The 'endinterface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endinterface' (KW_endinterface) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: chandle
description: The 'chandle' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv']
incdirs: []
top_module:
rc: 0

module top;
wire chandle;
endmodule
name: assert
description: The 'assert' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'assert' (KW_assert) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event
description: The 'event' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv']
incdirs: []
top_module:
rc: 0

module top;
wire event;
endmodule
name: for
description: The 'for' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'for' (KW_for) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: realtime
description: The 'realtime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType realtime]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: join_any
description: The 'join_any' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv']
incdirs: []
top_module:
rc: 0

module top;
wire join_any;
endmodule
name: else
description: The 'else' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'else' (KW_else) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: tri0
description: The 'tri0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType tri0]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: binsof
description: The 'binsof' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv']
incdirs: []
top_module:
rc: 0

module top;
wire binsof;
endmodule
name: endtask
description: The 'endtask' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endtask' (KW_endtask) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: highz1
description: The 'highz1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire highz1;
endmodule
name: notif0
description: The 'notif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire notif0;
endmodule
name: inout
description: The 'inout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTDir inout]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: tagged
description: The 'tagged' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv']
incdirs: []
top_module:
rc: 0

module top;
wire tagged;
endmodule
name: implements
description: The 'implements' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv']
incdirs: []
top_module:
rc: 0

module top;
wire implements;
endmodule
name: endchecker
description: The 'endchecker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endchecker;
endmodule
name: byte
description: The 'byte' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType byte]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: restrict
description: The 'restrict' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv']
incdirs: []
top_module:
rc: 0

module top;
wire restrict;
endmodule
name: endclass
description: The 'endclass' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endclass;
endmodule
name: matches
description: The 'matches' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv']
incdirs: []
top_module:
rc: 0

module top;
wire matches;
endmodule
name: nor
description: The 'nor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'nor' (KW_nor) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: supply1
description: The 'supply1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType supply1]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: illegal_bins
description: The 'illegal_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv']
incdirs: []
top_module:
rc: 0

module top;
wire illegal_bins;
endmodule
name: protected
description: The 'protected' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv']
incdirs: []
top_module:
rc: 0

module top;
wire protected;
endmodule
name: wand
description: The 'wand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType wand]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: xor
description: The 'xor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'xor' (KW_xor) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: s_eventually
description: The 's_eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv']
incdirs: []
top_module:
rc: 0

module top;
wire s_eventually;
endmodule
name: nettype
description: The 'nettype' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv']
incdirs: []
top_module:
rc: 0

module top;
wire nettype;
endmodule
name: global
description: The 'global' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv']
incdirs: []
top_module:
rc: 0

module top;
wire global;
endmodule
name: super
description: The 'super' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv']
incdirs: []
top_module:
rc: 0

module top;
wire super;
endmodule
name: endprimitive
description: The 'endprimitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endprimitive;
endmodule
name: supply0
description: The 'supply0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType supply0]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: expect
description: The 'expect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv']
incdirs: []
top_module:
rc: 0

module top;
wire expect;
endmodule
name: medium
description: The 'medium' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv']
incdirs: []
top_module:
rc: 0

module top;
wire medium;
endmodule
name: ignore_bins
description: The 'ignore_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv']
incdirs: []
top_module:
rc: 0

module top;
wire ignore_bins;
endmodule
name: this
description: The 'this' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv']
incdirs: []
top_module:
rc: 0

module top;
wire this;
endmodule
name: unique
description: The 'unique' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'unique' (KW_unique) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: rtranif1
description: The 'rtranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire rtranif1;
endmodule
name: with
description: The 'with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv']
incdirs: []
top_module:
rc: 0

module top;
wire with;
endmodule
name: package
description: The 'package' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'package' (KW_package) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: alias
description: The 'alias' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv']
incdirs: []
top_module:
rc: 0

module top;
wire alias;
endmodule
name: endgenerate
description: The 'endgenerate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endgenerate' (KW_endgenerate) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: specify
description: The 'specify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv']
incdirs: []
top_module:
rc: 0

module top;
wire specify;
endmodule
name: solve
description: The 'solve' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv']
incdirs: []
top_module:
rc: 0

module top;
wire solve;
endmodule
name: generate
description: The 'generate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'generate' (KW_generate) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: edge
description: The 'edge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv']
incdirs: []
top_module:
rc: 0

module top;
wire edge;
endmodule
name: forever
description: The 'forever' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'forever' (KW_forever) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: var
description: The 'var' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv']
incdirs: []
top_module:
rc: 0

module top;
wire var;
endmodule
name: xnor
description: The 'xnor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'xnor' (KW_xnor) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: covergroup
description: The 'covergroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv']
incdirs: []
top_module:
rc: 0

module top;
wire covergroup;
endmodule
name: virtual
description: The 'virtual' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv']
incdirs: []
top_module:
rc: 0

module top;
wire virtual;
endmodule
name: task
description: The 'task' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'task' (KW_task) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: rcmos
description: The 'rcmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv']
incdirs: []
top_module:
rc: 0

module top;
wire rcmos;
endmodule
name: genvar
description: The 'genvar' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'genvar' (KW_genvar) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: until
description: The 'until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv']
incdirs: []
top_module:
rc: 0

module top;
wire until;
endmodule
name: pull0
description: The 'pull0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pull0;
endmodule
name: always_latch
description: The 'always_latch' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'always_latch' (KW_always_latch) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: cross
description: The 'cross' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv']
incdirs: []
top_module:
rc: 0

module top;
wire cross;
endmodule
name: posedge
description: The 'posedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'posedge' (KW_posedge) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: config
description: The 'config' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv']
incdirs: []
top_module:
rc: 0

module top;
wire config;
endmodule
name: string
description: The 'string' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv']
incdirs: []
top_module:
rc: 0

module top;
wire string;
endmodule
name: new
description: The 'new' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv']
incdirs: []
top_module:
rc: 0

module top;
wire new;
endmodule
name: ref
description: The 'ref' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv']
incdirs: []
top_module:
rc: 0

module top;
wire ref;
endmodule
name: small
description: The 'small' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv']
incdirs: []
top_module:
rc: 0

module top;
wire small;
endmodule
name: macromodule
description: The 'macromodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv']
incdirs: []
top_module:
rc: 0

module top;
wire macromodule;
endmodule
name: randc
description: The 'randc' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv']
incdirs: []
top_module:
rc: 0

module top;
wire randc;
endmodule
name: priority
description: The 'priority' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'priority' (KW_priority) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: s_until
description: The 's_until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv']
incdirs: []
top_module:
rc: 0

module top;
wire s_until;
endmodule
name: until_with
description: The 'until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv']
incdirs: []
top_module:
rc: 0

module top;
wire until_with;
endmodule
name: pull1
description: The 'pull1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pull1;
endmodule
name: foreach
description: The 'foreach' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv']
incdirs: []
top_module:
rc: 0

module top;
wire foreach;
endmodule
name: sequence
description: The 'sequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv']
incdirs: []
top_module:
rc: 0

module top;
wire sequence;
endmodule
name: deassign
description: The 'deassign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv']
incdirs: []
top_module:
rc: 0

module top;
wire deassign;
endmodule
name: incdir
description: The 'incdir' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv']
incdirs: []
top_module:
rc: 0

module top;
wire incdir;
endmodule
name: timeprecision
description: The 'timeprecision' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv']
incdirs: []
top_module:
rc: 0

module top;
wire timeprecision;
endmodule
name: let
description: The 'let' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv']
incdirs: []
top_module:
rc: 0

module top;
wire let;
endmodule
name: interface
description: The 'interface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: s_until_with
description: The 's_until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv']
incdirs: []
top_module:
rc: 0

module top;
wire s_until_with;
endmodule
name: final
description: The 'final' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv']
incdirs: []
top_module:
rc: 0

module top;
wire final;
endmodule
name: bufif0
description: The 'bufif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire bufif0;
endmodule
name: nand
description: The 'nand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'nand' (KW_nand) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: rnmos
description: The 'rnmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv']
incdirs: []
top_module:
rc: 0

module top;
wire rnmos;
endmodule
name: cmos
description: The 'cmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv']
incdirs: []
top_module:
rc: 0

module top;
wire cmos;
endmodule
name: while
description: The 'while' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'while' (KW_while) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: sync_reject_on
description: The 'sync_reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv']
incdirs: []
top_module:
rc: 0

module top;
wire sync_reject_on;
endmodule
name: real
description: The 'real' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType real]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: noshowcancelled
description: The 'noshowcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv']
incdirs: []
top_module:
rc: 0

module top;
wire noshowcancelled;
endmodule
name: packed
description: The 'packed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'packed' (KW_packed) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: sync_accept_on
description: The 'sync_accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv']
incdirs: []
top_module:
rc: 0

module top;
wire sync_accept_on;
endmodule
name: include
description: The 'include' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv']
incdirs: []
top_module:
rc: 0

module top;
wire include;
endmodule
name: rpmos
description: The 'rpmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv']
incdirs: []
top_module:
rc: 0

module top;
wire rpmos;
endmodule
name: typedef
description: The 'typedef' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'typedef' (KW_typedef) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: tranif0
description: The 'tranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire tranif0;
endmodule
name: localparam
description: The 'localparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'localparam' (KW_localparam) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: trireg
description: The 'trireg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType trireg]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: large
description: The 'large' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv']
incdirs: []
top_module:
rc: 0

module top;
wire large;
endmodule
name: endclocking
description: The 'endclocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endclocking;
endmodule
name: bufif1
description: The 'bufif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv']
incdirs: []
top_module:
rc: 0

module top;
wire bufif1;
endmodule
name: initial
description: The 'initial' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'initial' (KW_initial) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: wait
description: The 'wait' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv']
incdirs: []
top_module:
rc: 0

module top;
wire wait;
endmodule
name: wildcard
description: The 'wildcard' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv']
incdirs: []
top_module:
rc: 0

module top;
wire wildcard;
endmodule
name: logic
description: The 'logic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType logic]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: property
description: The 'property' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'property' (KW_property) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: begin
description: The 'begin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'begin' (KW_begin) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: program
description: The 'program' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv']
incdirs: []
top_module:
rc: 0

module top;
wire program;
endmodule
name: wire
description: The 'wire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType wire]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: s_always
description: The 's_always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv']
incdirs: []
top_module:
rc: 0

module top;
wire s_always;
endmodule
name: showcancelled
description: The 'showcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv']
incdirs: []
top_module:
rc: 0

module top;
wire showcancelled;
endmodule
name: modport
description: The 'modport' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'modport' (KW_modport) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: module
description: The 'module' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'module' (KW_module) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: instance
description: The 'instance' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv']
incdirs: []
top_module:
rc: 0

module top;
wire instance;
endmodule
name: extends
description: The 'extends' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv']
incdirs: []
top_module:
rc: 0

module top;
wire extends;
endmodule
name: local
description: The 'local' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv']
incdirs: []
top_module:
rc: 0

module top;
wire local;
endmodule
name: type
description: The 'type' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv']
incdirs: []
top_module:
rc: 0

module top;
wire type;
endmodule
name: tri
description: The 'tri' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType tri]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: endproperty
description: The 'endproperty' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endproperty;
endmodule
name: export
description: The 'export' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'export' (KW_export) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: struct
description: The 'struct' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv:9:15.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: endspecify
description: The 'endspecify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endspecify;
endmodule
name: within
description: The 'within' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'within' (KW_within) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: assume
description: The 'assume' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'assume' (KW_assume) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: rtran
description: The 'rtran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv']
incdirs: []
top_module:
rc: 0

module top;
wire rtran;
endmodule
name: break
description: The 'break' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv']
incdirs: []
top_module:
rc: 0

module top;
wire break;
endmodule
name: randsequence
description: The 'randsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv']
incdirs: []
top_module:
rc: 0

module top;
wire randsequence;
endmodule
name: wor
description: The 'wor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType wor]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: design
description: The 'design' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv']
incdirs: []
top_module:
rc: 0

module top;
wire design;
endmodule
name: join
description: The 'join' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv']
incdirs: []
top_module:
rc: 0

module top;
wire join;
endmodule
name: bind
description: The 'bind' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv']
incdirs: []
top_module:
rc: 0

module top;
wire bind;
endmodule
name: use
description: The 'use' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv']
incdirs: []
top_module:
rc: 0

module top;
wire use;
endmodule
name: union
description: The 'union' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv:9:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: automatic
description: The 'automatic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTLifetime automatic]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: soft
description: The 'soft' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv']
incdirs: []
top_module:
rc: 0

module top;
wire soft;
endmodule
name: endprogram
description: The 'endprogram' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv']
incdirs: []
top_module:
rc: 0

module top;
wire endprogram;
endmodule
name: import
description: The 'import' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'import' (KW_import) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: highz0
description: The 'highz0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire highz0;
endmodule
name: defparam
description: The 'defparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'defparam' (KW_defparam) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: output
description: The 'output' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTDir output]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: first_match
description: The 'first_match' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'first_match' (KW_first_match) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: fork
description: The 'fork' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv']
incdirs: []
top_module:
rc: 0

module top;
wire fork;
endmodule
name: iff
description: The 'iff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'iff' (KW_iff) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: strong0
description: The 'strong0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv']
incdirs: []
top_module:
rc: 0

module top;
wire strong0;
endmodule
name: reg
description: The 'reg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: takeIdent didn't find identifier: [DTType reg]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:367:20 in main:Language.SystemVerilog.Parser.ParseDecl
name: return
description: The 'return' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'return' (KW_return) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: pulsestyle_onevent
description: The 'pulsestyle_onevent' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pulsestyle_onevent;
endmodule
name: negedge
description: The 'negedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'negedge' (KW_negedge) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: vectored
description: The 'vectored' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv']
incdirs: []
top_module:
rc: 0

module top;
wire vectored;
endmodule
name: implies
description: The 'implies' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv']
incdirs: []
top_module:
rc: 0

module top;
wire implies;
endmodule
name: interconnect
description: The 'interconnect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv']
incdirs: []
top_module:
rc: 0

module top;
wire interconnect;
endmodule
name: pullup
description: The 'pullup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv']
incdirs: []
top_module:
rc: 0

module top;
wire pullup;
endmodule
name: randcase
description: The 'randcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv']
incdirs: []
top_module:
rc: 0

module top;
wire randcase;
endmodule
name: void
description: The 'void' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv']
incdirs: []
top_module:
rc: 0

module top;
wire void;
endmodule
name: case
description: The 'case' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'case' (KW_case) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: null
description: The 'null' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv']
incdirs: []
top_module:
rc: 0

module top;
wire null;
endmodule
name: always_ff
description: The 'always_ff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_ff.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: int
description: The 'int' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-int.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: release
description: The 'release' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-release.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endgroup
description: The 'endgroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgroup.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: triand
description: The 'triand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-triand.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: clocking
description: The 'clocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-clocking.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: forkjoin
description: The 'forkjoin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forkjoin.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: context
description: The 'context' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-context.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: cover
description: The 'cover' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cover.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: const
description: The 'const' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-const.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: always
description: The 'always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: accept_on
description: The 'accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-accept_on.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: do
description: The 'do' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-do.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: casez
description: The 'casez' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casez.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: trior
description: The 'trior' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trior.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: strong
description: The 'strong' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: integer
description: The 'integer' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-integer.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: if
description: The 'if' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-if.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endpackage
description: The 'endpackage' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endpackage.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endsequence
description: The 'endsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endsequence.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: end
description: The 'end' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-end.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: assign
description: The 'assign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assign.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: specparam
description: The 'specparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specparam.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: bit
description: The 'bit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bit.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: class
description: The 'class' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-class.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: shortint
description: The 'shortint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortint.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: weak
description: The 'weak' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: ifnone
description: The 'ifnone' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ifnone.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: strong1
description: The 'strong1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: reject_on
description: The 'reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reject_on.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: intersect
description: The 'intersect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-intersect.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: nexttime
description: The 'nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nexttime.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tran
description: The 'tran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tran.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: continue
description: The 'continue' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-continue.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: eventually
description: The 'eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-eventually.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: untyped
description: The 'untyped' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-untyped.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: and
description: The 'and' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-and.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: library
description: The 'library' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-library.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: disable
description: The 'disable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-disable.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: wait_order
description: The 'wait_order' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait_order.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endfunction
description: The 'endfunction' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endfunction.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: shortreal
description: The 'shortreal' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-shortreal.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: unique0
description: The 'unique0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: uwire
description: The 'uwire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-uwire.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: rtranif0
description: The 'rtranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: longint
description: The 'longint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-longint.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pulsestyle_ondetect
description: The 'pulsestyle_ondetect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_ondetect.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: parameter
description: The 'parameter' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-parameter.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: not
description: The 'not' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-not.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: extern
description: The 'extern' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extern.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pure
description: The 'pure' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pure.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: bins
description: The 'bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bins.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: static
description: The 'static' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-static.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pulldown
description: The 'pulldown' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulldown.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tri1
description: The 'tri1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endmodule
description: The 'endmodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endmodule.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: default
description: The 'default' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-default.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: throughout
description: The 'throughout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-throughout.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: liblist
description: The 'liblist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-liblist.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: unsigned
description: The 'unsigned' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unsigned.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tranif1
description: The 'tranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: input
description: The 'input' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-input.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: buf
description: The 'buf' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-buf.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: primitive
description: The 'primitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-primitive.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: time
description: The 'time' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-time.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: repeat
description: The 'repeat' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-repeat.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: s_nexttime
description: The 's_nexttime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_nexttime.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: checker
description: The 'checker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-checker.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: rand
description: The 'rand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rand.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endconfig
description: The 'endconfig' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endconfig.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: table
description: The 'table' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-table.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: or
description: The 'or' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-or.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: coverpoint
description: The 'coverpoint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-coverpoint.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: notif1
description: The 'notif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endtable
description: The 'endtable' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtable.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: weak1
description: The 'weak1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: cell
description: The 'cell' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cell.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: force
description: The 'force' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-force.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: casex
description: The 'casex' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-casex.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: before
description: The 'before' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-before.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: always_comb
description: The 'always_comb' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_comb.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: dist
description: The 'dist' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-dist.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: inside
description: The 'inside' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inside.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pmos
description: The 'pmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pmos.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: constraint
description: The 'constraint' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-constraint.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: scalared
description: The 'scalared' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-scalared.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: enum
description: The 'enum' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-enum.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: join_none
description: The 'join_none' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_none.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: signed
description: The 'signed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-signed.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: nmos
description: The 'nmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nmos.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: weak0
description: The 'weak0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-weak0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: timeunit
description: The 'timeunit' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeunit.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endcase
description: The 'endcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endcase.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: function
description: The 'function' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-function.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endinterface
description: The 'endinterface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endinterface.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: chandle
description: The 'chandle' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-chandle.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: assert
description: The 'assert' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assert.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: event
description: The 'event' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-event.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: for
description: The 'for' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-for.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: realtime
description: The 'realtime' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-realtime.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: join_any
description: The 'join_any' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join_any.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: else
description: The 'else' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-else.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tri0
description: The 'tri0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: binsof
description: The 'binsof' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-binsof.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endtask
description: The 'endtask' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endtask.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: highz1
description: The 'highz1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: notif0
description: The 'notif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-notif0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: inout
description: The 'inout' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-inout.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tagged
description: The 'tagged' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tagged.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: implements
description: The 'implements' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implements.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endchecker
description: The 'endchecker' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endchecker.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: byte
description: The 'byte' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-byte.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: restrict
description: The 'restrict' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-restrict.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endclass
description: The 'endclass' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclass.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: matches
description: The 'matches' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-matches.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: nor
description: The 'nor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nor.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: supply1
description: The 'supply1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: illegal_bins
description: The 'illegal_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-illegal_bins.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: protected
description: The 'protected' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-protected.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: wand
description: The 'wand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wand.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: xor
description: The 'xor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xor.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: s_eventually
description: The 's_eventually' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_eventually.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: nettype
description: The 'nettype' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nettype.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: global
description: The 'global' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-global.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: super
description: The 'super' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-super.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endprimitive
description: The 'endprimitive' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprimitive.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: supply0
description: The 'supply0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-supply0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: expect
description: The 'expect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-expect.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: medium
description: The 'medium' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-medium.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: ignore_bins
description: The 'ignore_bins' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ignore_bins.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: this
description: The 'this' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-this.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: unique
description: The 'unique' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-unique.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: rtranif1
description: The 'rtranif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtranif1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: with
description: The 'with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-with.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: package
description: The 'package' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-package.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: alias
description: The 'alias' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-alias.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endgenerate
description: The 'endgenerate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endgenerate.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: specify
description: The 'specify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-specify.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: solve
description: The 'solve' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-solve.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: generate
description: The 'generate' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-generate.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: edge
description: The 'edge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-edge.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: forever
description: The 'forever' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-forever.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: var
description: The 'var' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-var.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: xnor
description: The 'xnor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-xnor.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: covergroup
description: The 'covergroup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-covergroup.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: virtual
description: The 'virtual' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-virtual.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: task
description: The 'task' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-task.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: rcmos
description: The 'rcmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rcmos.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: genvar
description: The 'genvar' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-genvar.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: until
description: The 'until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pull0
description: The 'pull0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: always_latch
description: The 'always_latch' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-always_latch.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: cross
description: The 'cross' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cross.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: posedge
description: The 'posedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-posedge.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: config
description: The 'config' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-config.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: string
description: The 'string' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-string.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: new
description: The 'new' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-new.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: ref
description: The 'ref' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-ref.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: small
description: The 'small' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-small.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: macromodule
description: The 'macromodule' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-macromodule.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: randc
description: The 'randc' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randc.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: priority
description: The 'priority' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-priority.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: s_until
description: The 's_until' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: until_with
description: The 'until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-until_with.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pull1
description: The 'pull1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pull1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: foreach
description: The 'foreach' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-foreach.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: sequence
description: The 'sequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sequence.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: deassign
description: The 'deassign' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-deassign.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: incdir
description: The 'incdir' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-incdir.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: timeprecision
description: The 'timeprecision' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-timeprecision.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: let
description: The 'let' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-let.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: interface
description: The 'interface' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interface.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: s_until_with
description: The 's_until_with' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_until_with.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: final
description: The 'final' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-final.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: bufif0
description: The 'bufif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: nand
description: The 'nand' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-nand.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: rnmos
description: The 'rnmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rnmos.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: cmos
description: The 'cmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-cmos.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: while
description: The 'while' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-while.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: sync_reject_on
description: The 'sync_reject_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_reject_on.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: real
description: The 'real' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-real.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: noshowcancelled
description: The 'noshowcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-noshowcancelled.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: packed
description: The 'packed' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-packed.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: sync_accept_on
description: The 'sync_accept_on' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-sync_accept_on.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: include
description: The 'include' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-include.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: rpmos
description: The 'rpmos' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rpmos.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: typedef
description: The 'typedef' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-typedef.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tranif0
description: The 'tranif0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tranif0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: localparam
description: The 'localparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-localparam.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: trireg
description: The 'trireg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-trireg.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: large
description: The 'large' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-large.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endclocking
description: The 'endclocking' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endclocking.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: bufif1
description: The 'bufif1' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bufif1.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: initial
description: The 'initial' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-initial.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: wait
description: The 'wait' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wait.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: wildcard
description: The 'wildcard' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wildcard.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: logic
description: The 'logic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-logic.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: property
description: The 'property' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-property.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: begin
description: The 'begin' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-begin.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: program
description: The 'program' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-program.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: wire
description: The 'wire' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wire.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: s_always
description: The 's_always' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-s_always.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: showcancelled
description: The 'showcancelled' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-showcancelled.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: modport
description: The 'modport' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-modport.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: module
description: The 'module' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-module.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: instance
description: The 'instance' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-instance.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: extends
description: The 'extends' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-extends.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: local
description: The 'local' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-local.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: type
description: The 'type' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-type.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tri
description: The 'tri' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-tri.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endproperty
description: The 'endproperty' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endproperty.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: export
description: The 'export' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-export.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: struct
description: The 'struct' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-struct.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endspecify
description: The 'endspecify' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endspecify.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: within
description: The 'within' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-within.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: assume
description: The 'assume' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-assume.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: rtran
description: The 'rtran' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-rtran.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: break
description: The 'break' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-break.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: randsequence
description: The 'randsequence' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randsequence.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: wor
description: The 'wor' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-wor.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: design
description: The 'design' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-design.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: join
description: The 'join' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-join.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: bind
description: The 'bind' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-bind.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: use
description: The 'use' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-use.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: union
description: The 'union' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-union.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: automatic
description: The 'automatic' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-automatic.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: soft
description: The 'soft' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-soft.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: endprogram
description: The 'endprogram' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-endprogram.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: import
description: The 'import' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-import.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: highz0
description: The 'highz0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-highz0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: defparam
description: The 'defparam' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-defparam.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: output
description: The 'output' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-output.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: first_match
description: The 'first_match' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-first_match.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: fork
description: The 'fork' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-fork.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: iff
description: The 'iff' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-iff.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: strong0
description: The 'strong0' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-strong0.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: reg
description: The 'reg' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-reg.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: return
description: The 'return' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-return.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pulsestyle_onevent
description: The 'pulsestyle_onevent' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pulsestyle_onevent.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: negedge
description: The 'negedge' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-negedge.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: vectored
description: The 'vectored' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-vectored.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: implies
description: The 'implies' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-implies.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: interconnect
description: The 'interconnect' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-interconnect.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: pullup
description: The 'pullup' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-pullup.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: randcase
description: The 'randcase' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-randcase.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: void
description: The 'void' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-void.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: case
description: The 'case' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-case.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: null
description: The 'null' keyword should be reserved
should_fail: 1
tags: 5.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/keywords/5.6.2--keyword-null.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: system-functions
description: Calling system functions
should_fail: 0
tags: 5.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv']
incdirs: []
top_module:
rc: 0

name: system-functions
description: Calling system functions
should_fail: 0
tags: 5.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv']
incdirs: []
top_module:
rc: 0

name: system-functions
description: Calling system functions
should_fail: 0
tags: 5.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv' to AST representation.
Generating RTLIL representation for module `\systemfn'.
hello world
Successfully finished Verilog frontend.
name: system-functions
description: Calling system functions
should_fail: 0
tags: 5.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: system-functions
description: Calling system functions
should_fail: 0
tags: 5.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv']
incdirs: []
top_module:
rc: 0

name: system-functions
description: Calling system functions
should_fail: 0
tags: 5.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv']
incdirs: []
top_module:
rc: 0

module systemfn;
initial $display("hello world");
endmodule
name: system-functions
description: Calling system functions
should_fail: 0
tags: 5.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.3--system-functions.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: resetall-directive
description: Check for the resetall directive
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv']
incdirs: []
top_module:
rc: 0

name: unconnected-drive
description: Unconnected drive keywords
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv']
incdirs: []
top_module:
rc: 0

name: celldefine
description: Celldefine check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv']
incdirs: []
top_module:
rc: 0

name: debug-line
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv']
incdirs: []
top_module:
rc: 0

name: debug-directives
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv']
incdirs: []
top_module:
rc: 0

name: timescale-directive
description: Set timescale
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv']
incdirs: []
top_module:
rc: 0

name: define-directive
description: Define and undef checks
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv']
incdirs: []
top_module:
rc: 0

name: default-nettype
description: Default nettype check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv']
incdirs: []
top_module:
rc: 0

name: include-directive
description: Include empty file
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv:8:10: error: could not find or open include file
`include "/dev/null"
^
name: pragma-directive
description: Try to set a pragma
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv:9:9: error: expected member
`pragma protect
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv:11:9: error: expected member
`pragma protect end
^~~~~~~
name: begin-keywords
description: Begin keywords check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_17
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_16
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_15
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_18
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_14
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:7:10: error: unknown macro or compiler directive '`EXPAND_TO_STRING'
`include `EXPAND_TO_STRING
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:8:10: error: unknown macro or compiler directive '`EXPAND_TO_PATH'
`include `EXPAND_TO_PATH // path
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:14:1: error: expected an include file name
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:14:1: error: expected an include file name
name: preproc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7:10: error: could not find or open include file
`include "foo.svh"
^
name: preproc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv']
incdirs: []
top_module:
rc: 0

name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0

name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:32: error: expected vector literal digits
parameter int foo = 32'd`DIGITS;
^
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0

name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0

name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0

name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'b`DIGITS;
^
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0

name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0

name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0

name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0

name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0

name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0

name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0

name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'd `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'd `DIGITS;
^
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0

name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:37: error: expected vector literal digits
parameter int foo = 32'h`DIGITS(bar);
^
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:34: error: expected vector literal digits
parameter int foo = 32'o`DIGITS();
^
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 0

name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0

name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:37: error: expected vector literal digits
parameter int foo = 32'o`DIGITS(bar);
^
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:32: error: expected vector literal digits
parameter int foo = 32'h`DIGITS;
^
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16 'b `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:34: error: expected vector literal digits
parameter int foo = 16 'b `DIGITS;
^
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0

name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0

name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0

name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0

name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0

name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0

name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0

name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS(bar, baz);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:42: error: expected vector literal digits
parameter int foo = 16'b`DIGITS(bar, baz);
^
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0

name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0

name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:37: error: expected vector literal digits
parameter int foo = 16'b`DIGITS(bar);
^
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0

name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 0

name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 0

name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7:25: error: numeric literals must not start with a leading underscore
parameter int foo = 32'H_7f_FF_;
^
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'o `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'o `DIGITS;
^
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0

name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0

name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0

name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0

name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0

name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16 'b `DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:36: error: expected vector literal digits
parameter int foo = 16 'b `DIGITS();
^
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0

name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'o`DIGITS;
^
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0

name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0

name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'h `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'h `DIGITS;
^
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0

name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0

name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'd`DIGITS;
^
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0

name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'h`DIGITS;
^
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0

name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:34: error: expected vector literal digits
parameter int foo = 32'd`DIGITS();
^
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0

name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0

name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0

name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0

name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:32: error: expected vector literal digits
parameter int foo = 32'o`DIGITS;
^
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:34: error: expected vector literal digits
parameter int foo = 16'b`DIGITS();
^
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0

name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 0

name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:32: error: expected vector literal digits
parameter int foo = 16'b`DIGITS;
^
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0

name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0

name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 0

name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:34: error: expected vector literal digits
parameter int foo = 32'h`DIGITS();
^
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0

name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0

name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0

name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 0

name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0

name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0

name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0

name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0

name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:37: error: expected vector literal digits
parameter int foo = 32'd`DIGITS(bar);
^
name: resetall-directive
description: Check for the resetall directive
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv']
incdirs: []
top_module:
rc: 0

name: unconnected-drive
description: Unconnected drive keywords
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv:9: Define or directive not defined: `unconnected_drive
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv
name: celldefine
description: Celldefine check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv']
incdirs: []
top_module:
rc: 0

name: debug-line
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv']
incdirs: []
top_module:
rc: 0

name: debug-directives
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv']
incdirs: []
top_module:
rc: 0

name: timescale-directive
description: Set timescale
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv']
incdirs: []
top_module:
rc: 0

name: define-directive
description: Define and undef checks
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv']
incdirs: []
top_module:
rc: 0

name: default-nettype
description: Default nettype check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv']
incdirs: []
top_module:
rc: 0

name: include-directive
description: Include empty file
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv']
incdirs: []
top_module:
rc: 0

name: pragma-directive
description: Try to set a pragma
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv']
incdirs: []
top_module:
rc: 0

name: begin-keywords
description: Begin keywords check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv
name: desc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv
name: desc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv
name: desc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv']
incdirs: []
top_module:
rc: 10

%Error: Internal Error: ../V3LinkLevel.cpp:93: No module found to process
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv
name: desc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv
name: desc_test_17
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv
name: desc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv
name: desc_test_16
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv
name: desc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv
name: desc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv
name: desc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv
name: desc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv
name: desc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv
name: desc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv
name: desc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv
name: desc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv
name: desc_test_15
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_18
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv
name: desc_test_14
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv
name: preproc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv
name: preproc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv
name: preproc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv
name: preproc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:8: Expecting include filename. Found: INCLUDE
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:7: Define or directive not defined: `EXPAND_TO_STRING
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:8: Define or directive not defined: `EXPAND_TO_PATH
%Error: Exiting due to 3 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv
name: preproc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv
name: preproc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv
name: preproc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv
name: preproc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: Cannot find include file: foo.svh
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: This may be because there's no search path specified with -I.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: Looked in:
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: foo.svh
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: foo.svh.v
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: foo.svh.sv
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: obj_dir/foo.svh
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: obj_dir/foo.svh.v
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7: obj_dir/foo.svh.sv
%Error: Exiting due to 9 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv
name: preproc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv
name: preproc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv
name: preproc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv
name: preproc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv
name: preproc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: No top level module found
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bz' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'bxxxx' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bx' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'shf' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bx' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'bzzzz' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv
name: resetall-directive
description: Check for the resetall directive
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv:8: Unimplemented compiler directive or undefined macro `resetall.
name: unconnected-drive
description: Unconnected drive keywords
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv:8: Unimplemented compiler directive or undefined macro `nounconnected_drive.
name: celldefine
description: Celldefine check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv' to AST representation.
Generating RTLIL representation for module `\cd'.
Generating RTLIL representation for module `\ncd'.
Successfully finished Verilog frontend.
name: debug-line
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv' to AST representation.
Generating RTLIL representation for module `\directives'.
Successfully finished Verilog frontend.
name: debug-directives
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv:9: Unimplemented compiler directive or undefined macro `__FILE__.
name: timescale-directive
description: Set timescale
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv' to AST representation.
Generating RTLIL representation for module `\ts'.
Successfully finished Verilog frontend.
name: define-directive
description: Define and undef checks
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv:22: Unimplemented compiler directive or undefined macro `undefineall.
name: default-nettype
description: Default nettype check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv' to AST representation.
Generating RTLIL representation for module `\dn'.
Successfully finished Verilog frontend.
name: include-directive
description: Include empty file
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv' to AST representation.
Generating RTLIL representation for module `\empty'.
Successfully finished Verilog frontend.
name: pragma-directive
description: Try to set a pragma
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv:9: Unimplemented compiler directive or undefined macro `pragma.
name: begin-keywords
description: Begin keywords check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv:8: Unimplemented compiler directive or undefined macro `begin_keywords.
name: desc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_17
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_16
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_15
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv' to AST representation.
Generating RTLIL representation for module `\module_fpga'.
Successfully finished Verilog frontend.
name: desc_test_18
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv' to AST representation.
Successfully finished Verilog frontend.
name: desc_test_14
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv' to AST representation.
Generating RTLIL representation for module `\foo_mod'.
Successfully finished Verilog frontend.
name: preproc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Can't open include file ``EXPAND_TO_STRING'!
name: preproc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Can't open include file `foo.svh'!
name: preproc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv' to AST representation.
Successfully finished Verilog frontend.
name: preproc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv' to AST representation.
Successfully finished Verilog frontend.
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv' to AST representation.
Successfully finished Verilog frontend.
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: resetall-directive
description: Check for the resetall directive
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv::11 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unconnected-drive
description: Unconnected drive keywords
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv::12 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: celldefine
description: Celldefine check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv::10 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
name: debug-line
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv::10 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: debug-directives
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

ERROR (3)::PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv::9 __FILE__ define cannot be found
initial $display("At %s @ %d\n", `__FILE__, `__LINE__);
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/verilog_flex.l]load_define::729
name: timescale-directive
description: Set timescale
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv::11 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: define-directive
description: Define and undef checks
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

ERROR (3)::PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv::22 undefineall define cannot be found
`undefineall
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/verilog_flex.l]load_define::729
name: default-nettype
description: Default nettype check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv::11 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: include-directive
description: Include empty file
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

WARNING (3)::ARG_ERROR /dev/null::1 File (/dev/null) has an unsupported extension (), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv::11 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: pragma-directive
description: Try to set a pragma
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: begin-keywords
description: Begin keywords check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: desc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
package foo_pkg;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_17
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_16
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_15
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv::12 error in parsing: (syntax error, unexpected vENDMODULE)
endmodule
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_18
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: desc_test_14
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
package foo_pkg;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

ERROR (3)::ARG_ERROR cannot open file: foo.svh
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_util.cpp]open_file::121
name: preproc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: preproc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR error in parsing: (syntax error, unexpected $end, expecting vMODULE or preDEFAULT_NETTYPE)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'Sb0000;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'Sd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'Sh7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'bz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'b`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = '0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hZZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'h 7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'o 7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = '1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'd `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'd 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'D1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16 'b `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'b0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hFEEDFACE;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'H7fFF;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'bxxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'b1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter foo = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS(bar, baz);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'bx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o7_7_7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'so7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'H_7f_FF_;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'o `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'h 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hdeadbeef;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'So7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'B0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16 'b `DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hXX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'o`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'sb1111;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'sd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'h `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'sh7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'o 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'd`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'h`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oXX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'O7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'o0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'b0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1 'b x;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx_;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'h0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1 'b 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'bzzzz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'd 1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oZZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx__;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'b 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'ozz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hzz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'd0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: resetall-directive
description: Check for the resetall directive
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv']
incdirs: []
top_module:
rc: 0

name: unconnected-drive
description: Unconnected drive keywords
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv']
incdirs: []
top_module:
rc: 0

name: celldefine
description: Celldefine check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv']
incdirs: []
top_module:
rc: 0

name: debug-line
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv:9: syntax error
I give up.
name: debug-directives
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv:10: syntax error
I give up.
name: timescale-directive
description: Set timescale
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv']
incdirs: []
top_module:
rc: 0

name: define-directive
description: Define and undef checks
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv']
incdirs: []
top_module:
rc: 0

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv:22: warning: macro undefineall undefined (and assumed null) at this point.
name: default-nettype
description: Default nettype check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv']
incdirs: []
top_module:
rc: 0

name: include-directive
description: Include empty file
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv']
incdirs: []
top_module:
rc: 0

name: pragma-directive
description: Try to set a pragma
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv:11: syntax error
I give up.
name: begin-keywords
description: Begin keywords check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_17
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_16
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_15
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv']
incdirs: []
top_module:
rc: 0

name: desc_test_18
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: desc_test_14
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv']
incdirs: []
top_module:
rc: 0

name: preproc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:7: warning: macro EXPAND_TO_STRING undefined (and assumed null) at this point.
No top level modules, and no -s option.
Segmentation fault (core dumped)
name: preproc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:8: Include file foo.svh not found
No top level modules, and no -s option.
name: preproc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv:8: error: malformed `define directive.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv:9: syntax error
I give up.
name: preproc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: preproc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: syntax error
I give up.
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: syntax error
I give up.
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: syntax error
I give up.
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error
I give up.
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error
I give up.
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error
I give up.
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: syntax error
I give up.
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: syntax error
I give up.
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error
I give up.
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error
I give up.
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7: syntax error
I give up.
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: syntax error
I give up.
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error
I give up.
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: syntax error
I give up.
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: syntax error
I give up.
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: syntax error
I give up.
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: syntax error
I give up.
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error
I give up.
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: syntax error
I give up.
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error
I give up.
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: syntax error
I give up.
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error
I give up.
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error
I give up.
name: resetall-directive
description: Check for the resetall directive
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: resetall, at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv:8:10
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: unconnected-drive
description: Unconnected drive keywords
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: nounconnected_drive, at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv:8:21
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: celldefine
description: Celldefine check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: celldefine, at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv:8:12
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: debug-line
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: line, at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv:9:8
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: debug-directives
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv']
incdirs: []
top_module:
rc: 0

module directives;
initial $display("At %s @ %d\n", "/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv", 9);
endmodule
name: timescale-directive
description: Set timescale
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv']
incdirs: []
top_module:
rc: 0

module ts;

endmodule
name: define-directive
description: Define and undef checks
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv']
incdirs: []
top_module:
rc: 0

module d;

endmodule
name: default-nettype
description: Default nettype check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv']
incdirs: []
top_module:
rc: 0

module dn;

endmodule
name: include-directive
description: Include empty file
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv']
incdirs: []
top_module:
rc: 0

module empty;

endmodule
name: pragma-directive
description: Try to set a pragma
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: pragma, at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv:9:8
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: begin-keywords
description: Begin keywords check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: begin_keywords, at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv:8:16
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: desc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_17
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_16
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_15
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv']
incdirs: []
top_module:
rc: 0

module module_fpga;

endmodule
name: desc_test_18
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv']
incdirs: []
top_module:
rc: 0


name: desc_test_14
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv']
incdirs: []
top_module:
rc: 0

module foo_mod;

endmodule
name: preproc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: bad beginning of include arg: '`', at /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv:7:11
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: preproc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Could not find file "foo.svh", included from "/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv", at /home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv:7:19
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: preproc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv']
incdirs: []
top_module:
rc: 0


name: preproc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv']
incdirs: []
top_module:
rc: 0


name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0


name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0


name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0


name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0


name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0


name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0


name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0


name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0


name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0


name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0


name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0


name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0


name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dZ' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0


name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0


name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0


name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0


name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0


name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0


name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0


name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0


name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0


name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0


name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0


name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dX' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'H_7f_FF_' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0


name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0


name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0


name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0


name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0


name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0


name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0


name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0


name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0


name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0


name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0


name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0


name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0


name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0


name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0


name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0


name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0


name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx_' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0


name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0


name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dz' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0


name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0


name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0


name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx__' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0


name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0


name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0


name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0


name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: resetall-directive
description: Check for the resetall directive
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-resetall.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unconnected-drive
description: Unconnected drive keywords
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-unconnected-drive.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: celldefine
description: Celldefine check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-celldefine.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: debug-line
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug-line.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: debug-directives
description: Debugging compiler directives
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-debug.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: timescale-directive
description: Set timescale
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-timescale.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: define-directive
description: Define and undef checks
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-define.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: default-nettype
description: Default nettype check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-default-nettype.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: include-directive
description: Include empty file
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-include.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: pragma-directive
description: Try to set a pragma
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-pragma.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: begin-keywords
description: Begin keywords check
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.6.4--compiler-directives-begin-keywords.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_17
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_16
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_15
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_18
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: desc_test_14
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/desc/desc_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_8
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_10
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_11
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_7
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_3
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_4
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_0
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_1
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_2
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_6
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_5
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_13
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_12
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: preproc_test_9
description: Test
should_fail: 0
tags: 5.6.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/preproc/preproc_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: integers-unsized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv:11:10: error: expected ';'
a = 4af; // is illegal (hexadecimal format requires 'h)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv:11:10: error: use of undeclared identifier 'af'
a = 4af; // is illegal (hexadecimal format requires 'h)
^~
name: integers-sized
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv']
incdirs: []
top_module:
rc: 0

name: integers-token
description: Testing the integer variable type
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv']
incdirs: []
top_module:
rc: 0

name: integers-sized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv:11:12: error: expected vector literal digits
a = 8'd-6;
^
name: integers-left-padding-bit
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv']
incdirs: []
top_module:
rc: 0

name: integers-underscores
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv']
incdirs: []
top_module:
rc: 0

name: integers-left-padding
description: Automatic left padding of literal constant numbers
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv']
incdirs: []
top_module:
rc: 0

name: integers-unsized
description: Integer literal constantsa
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv']
incdirs: []
top_module:
rc: 0

name: integers-signed
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv']
incdirs: []
top_module:
rc: 0

name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0

name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:32: error: expected vector literal digits
parameter int foo = 32'd`DIGITS;
^
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0

name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0

name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0

name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'b`DIGITS;
^
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0

name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0

name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0

name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0

name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0

name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0

name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0

name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'd `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'd `DIGITS;
^
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0

name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:37: error: expected vector literal digits
parameter int foo = 32'h`DIGITS(bar);
^
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:34: error: expected vector literal digits
parameter int foo = 32'o`DIGITS();
^
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 0

name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0

name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:37: error: expected vector literal digits
parameter int foo = 32'o`DIGITS(bar);
^
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:32: error: expected vector literal digits
parameter int foo = 32'h`DIGITS;
^
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16 'b `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:34: error: expected vector literal digits
parameter int foo = 16 'b `DIGITS;
^
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0

name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0

name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0

name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0

name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0

name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0

name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0

name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS(bar, baz);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:42: error: expected vector literal digits
parameter int foo = 16'b`DIGITS(bar, baz);
^
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0

name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0

name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:37: error: expected vector literal digits
parameter int foo = 16'b`DIGITS(bar);
^
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0

name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 0

name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 0

name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7:25: error: numeric literals must not start with a leading underscore
parameter int foo = 32'H_7f_FF_;
^
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'o `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'o `DIGITS;
^
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0

name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0

name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0

name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0

name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0

name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16 'b `DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:36: error: expected vector literal digits
parameter int foo = 16 'b `DIGITS();
^
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0

name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'o`DIGITS;
^
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0

name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0

name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'h `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'h `DIGITS;
^
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0

name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0

name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'd`DIGITS;
^
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0

name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'h`DIGITS;
^
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0

name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:34: error: expected vector literal digits
parameter int foo = 32'd`DIGITS();
^
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0

name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0

name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0

name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0

name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:32: error: expected vector literal digits
parameter int foo = 32'o`DIGITS;
^
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:34: error: expected vector literal digits
parameter int foo = 16'b`DIGITS();
^
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0

name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 0

name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:32: error: expected vector literal digits
parameter int foo = 16'b`DIGITS;
^
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0

name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0

name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 0

name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:34: error: expected vector literal digits
parameter int foo = 32'h`DIGITS();
^
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0

name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0

name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0

name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 0

name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0

name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0

name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0

name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0

name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:37: error: expected vector literal digits
parameter int foo = 32'd`DIGITS(bar);
^
name: integers-unsized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv:11: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv
name: integers-sized
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv']
incdirs: []
top_module:
rc: 0

name: integers-token
description: Testing the integer variable type
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv']
incdirs: []
top_module:
rc: 0

name: integers-sized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv']
incdirs: []
top_module:
rc: 0

name: integers-left-padding-bit
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv']
incdirs: []
top_module:
rc: 0

name: integers-underscores
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv']
incdirs: []
top_module:
rc: 0

name: integers-left-padding
description: Automatic left padding of literal constant numbers
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv:12: Operator ASSIGN expects 12 bits on the Assign RHS, but Assign RHS's CONST '?32?bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' generates 32 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv:14: Operator ASSIGN expects 12 bits on the Assign RHS, but Assign RHS's CONST '?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzz0011' generates 32 bits.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv:17: Operator ASSIGN expects 85 bits on the Assign RHS, but Assign RHS's CONST '?32?bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' generates 32 bits.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv:18: Operator ASSIGN expects 85 bits on the Assign RHS, but Assign RHS's CONST '?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz' generates 32 bits.
name: integers-unsized
description: Integer literal constantsa
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv']
incdirs: []
top_module:
rc: 0

name: integers-signed
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv']
incdirs: []
top_module:
rc: 0

name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bz' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'bxxxx' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bx' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'shf' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bx' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'bzzzz' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv
name: integers-unsized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv:11: syntax error, unexpected TOK_ID
name: integers-sized
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv' to AST representation.
Warning: Yosys has only limited support for tri-state logic at the moment. (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv:20)
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: integers-token
description: Testing the integer variable type
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: integers-sized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv:11: syntax error, unexpected $undefined
name: integers-left-padding-bit
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv:11: syntax error, unexpected $undefined
name: integers-underscores
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: integers-left-padding
description: Automatic left padding of literal constant numbers
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv' to AST representation.
Warning: Yosys has only limited support for tri-state logic at the moment. (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv:14)
Warning: Yosys has only limited support for tri-state logic at the moment. (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv:15)
Warning: Yosys has only limited support for tri-state logic at the moment. (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv:18)
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: integers-unsized
description: Integer literal constantsa
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: integers-signed
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv' to AST representation.
Successfully finished Verilog frontend.
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: integers-unsized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [31:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = 4af; // is illegal (hexadecimal format requires 'h)
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: integers-sized
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [3:0] a;
name: integers-token
description: Testing the integer variable type
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: integers-sized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [7:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = 8'd-6;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: integers-left-padding-bit
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [15:0] a, b, c, d;
name: integers-underscores
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [31:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
c = 32 'h 12ab_f001; // 32-bit hexadecimal number
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: integers-left-padding
description: Automatic left padding of literal constant numbers
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [11:0] a, b, c, d;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = 'h x; // yields xxx
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: integers-unsized
description: Integer literal constantsa
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [31:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv::12 error in parsing: (syntax error, unexpected vNUMBER, expecting ';')
a = 'h 837FF; // is a hexadecimal number
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: integers-signed
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [7:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv::14 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = -8'd 6; // this defines the two's-complement of 6,
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'Sb0000;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'Sd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'Sh7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'bz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'b`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = '0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hZZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'h 7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'o 7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = '1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'd `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'd 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'D1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16 'b `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'b0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hFEEDFACE;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'H7fFF;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'bxxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'b1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter foo = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS(bar, baz);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'bx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o7_7_7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'so7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'H_7f_FF_;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'o `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'h 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hdeadbeef;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'So7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'B0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16 'b `DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hXX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'o`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'sb1111;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'sd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'h `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'sh7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'o 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'd`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'h`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oXX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'O7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'o0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'b0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1 'b x;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx_;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'h0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1 'b 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'bzzzz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'd 1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oZZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx__;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'b 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'ozz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hzz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'd0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: integers-unsized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv:11: error: malformed statement
name: integers-sized
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv']
incdirs: []
top_module:
rc: 0

name: integers-token
description: Testing the integer variable type
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv']
incdirs: []
top_module:
rc: 0

name: integers-sized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv:11: error: malformed statement
name: integers-left-padding-bit
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv']
incdirs: []
top_module:
rc: 0

name: integers-underscores
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv']
incdirs: []
top_module:
rc: 0

name: integers-left-padding
description: Automatic left padding of literal constant numbers
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv']
incdirs: []
top_module:
rc: 0

name: integers-unsized
description: Integer literal constantsa
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv']
incdirs: []
top_module:
rc: 0

name: integers-signed
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv']
incdirs: []
top_module:
rc: 0

name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: syntax error
I give up.
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: syntax error
I give up.
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: syntax error
I give up.
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error
I give up.
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error
I give up.
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error
I give up.
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: syntax error
I give up.
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: syntax error
I give up.
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error
I give up.
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error
I give up.
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7: syntax error
I give up.
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: syntax error
I give up.
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error
I give up.
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: syntax error
I give up.
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: syntax error
I give up.
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: syntax error
I give up.
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: syntax error
I give up.
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error
I give up.
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: syntax error
I give up.
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error
I give up.
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: syntax error
I give up.
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error
I give up.
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error
I give up.
name: integers-unsized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'af' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv:11:10.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: integers-sized
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [3:0] a;
reg [4:0] b;
reg [2:0] c;
reg [11:0] d;
reg [15:0] e;
initial begin
a = 4'b1001;
b = 5'D3;
c = 3'b01x;
d = 12'hx;
e = 16'hz;
end
endmodule
name: integers-token
description: Testing the integer variable type
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv']
incdirs: []
top_module:
rc: 0

module top;
integer a;
endmodule
name: integers-sized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'd' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv:11:11.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: integers-left-padding-bit
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [15:0] a;
reg [15:0] b;
reg [15:0] c;
reg [15:0] d;
initial begin
;
a = 'b0;
b = 'b1;
c = 'bx;
d = 'bz;
end
endmodule
name: integers-underscores
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [31:0] a;
reg [15:0] b;
reg [31:0] c;
initial begin
;
a = 27_195_000;
b = 16'b0011_0101_0001_1111;
c = 32 'h 12ab_f001;
end
endmodule
name: integers-left-padding
description: Automatic left padding of literal constant numbers
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [11:0] a;
reg [11:0] b;
reg [11:0] c;
reg [11:0] d;
reg [84:0] e;
reg [84:0] f;
reg [84:0] g;
initial begin
a = 'h x;
b = 'h 3x;
c = 'h z3;
d = 'h 0z3;
e = 'h5;
f = 'hx;
g = 'hz;
end
endmodule
name: integers-unsized
description: Integer literal constantsa
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [31:0] a;
initial begin
a = 659;
a = 'h 837FF;
a = 'o7460;
end
endmodule
name: integers-signed
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'sd' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv:20:12.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0


name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0


name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0


name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0


name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0


name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0


name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0


name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0


name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0


name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0


name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0


name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0


name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dZ' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0


name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0


name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0


name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0


name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0


name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0


name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0


name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0


name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0


name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0


name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0


name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dX' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'H_7f_FF_' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0


name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0


name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0


name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0


name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0


name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0


name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0


name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0


name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0


name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0


name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0


name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0


name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0


name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0


name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0


name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0


name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0


name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx_' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0


name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0


name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dz' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0


name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0


name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0


name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx__' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0


name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0


name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0


name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0


name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: integers-unsized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized-illegal.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: integers-sized
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-sized.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: integers-token
description: Testing the integer variable type
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-token.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: integers-sized-illegal
description: Integer literal constants
should_fail: 1
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed-illegal.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: integers-left-padding-bit
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding-bit.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: integers-underscores
description: Automatic left padding of literal numbers using single-bit value
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-underscores.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: integers-left-padding
description: Automatic left padding of literal constant numbers
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-left-padding.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: integers-unsized
description: Integer literal constantsa
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-unsized.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: integers-signed
description: Integer literal constants
should_fail: 0
tags: 5.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.1--integers-signed.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: real-constants
description: Examples of real literal constants
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv']
incdirs: []
top_module:
rc: 0

name: real-constants-illegal
description: Examples of real literal constants
should_fail: 1
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11:8: error: expected identifier
a = .12;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11:10: error: expected identifier
a = .12;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11:10: error: expected statement
a = .12;
^~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:12:11: error: expected fractional digits after decimal
a = 9.;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:13:11: error: expected fractional digits after decimal
a = 4.E3;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:14:8: error: expected identifier
a = .2e-7;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:14:10: error: expected identifier
a = .2e-7;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:14:10: error: expected statement
a = .2e-7;
^~~~
name: real-token
description: Testing the real variable type
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv']
incdirs: []
top_module:
rc: 0

name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0

name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:32: error: expected vector literal digits
parameter int foo = 32'd`DIGITS;
^
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0

name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0

name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0

name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'b`DIGITS;
^
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0

name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0

name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0

name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0

name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0

name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0

name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0

name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'd `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'd `DIGITS;
^
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0

name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:37: error: expected vector literal digits
parameter int foo = 32'h`DIGITS(bar);
^
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:34: error: expected vector literal digits
parameter int foo = 32'o`DIGITS();
^
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 0

name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0

name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:37: error: expected vector literal digits
parameter int foo = 32'o`DIGITS(bar);
^
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:32: error: expected vector literal digits
parameter int foo = 32'h`DIGITS;
^
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16 'b `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:34: error: expected vector literal digits
parameter int foo = 16 'b `DIGITS;
^
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0

name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0

name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0

name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0

name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0

name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0

name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0

name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS(bar, baz);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:42: error: expected vector literal digits
parameter int foo = 16'b`DIGITS(bar, baz);
^
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0

name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0

name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:37: error: expected vector literal digits
parameter int foo = 16'b`DIGITS(bar);
^
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0

name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 0

name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 0

name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7:25: error: numeric literals must not start with a leading underscore
parameter int foo = 32'H_7f_FF_;
^
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'o `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'o `DIGITS;
^
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0

name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0

name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0

name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0

name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0

name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16 'b `DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:36: error: expected vector literal digits
parameter int foo = 16 'b `DIGITS();
^
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0

name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'o`DIGITS;
^
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0

name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0

name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:27: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32 'h `DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:34: error: expected vector literal digits
parameter int foo = 32 'h `DIGITS;
^
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0

name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0

name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'd`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'd`DIGITS;
^
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0

name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:21: error: unknown macro or compiler directive '`WIDTH'
parameter int foo = `WIDTH'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:29: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = `WIDTH'h`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:36: error: expected vector literal digits
parameter int foo = `WIDTH'h`DIGITS;
^
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0

name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:34: error: expected vector literal digits
parameter int foo = 32'd`DIGITS();
^
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0

name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0

name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0

name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0

name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'o`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:32: error: expected vector literal digits
parameter int foo = 32'o`DIGITS;
^
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:34: error: expected vector literal digits
parameter int foo = 16'b`DIGITS();
^
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0

name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 0

name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 16'b`DIGITS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:32: error: expected vector literal digits
parameter int foo = 16'b`DIGITS;
^
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0

name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0

name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 0

name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'h`DIGITS();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:34: error: expected vector literal digits
parameter int foo = 32'h`DIGITS();
^
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0

name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0

name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0

name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 0

name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0

name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0

name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0

name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0

name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:25: error: unknown macro or compiler directive '`DIGITS'
parameter int foo = 32'd`DIGITS(bar);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:37: error: expected vector literal digits
parameter int foo = 32'd`DIGITS(bar);
^
name: real-constants
description: Examples of real literal constants
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv']
incdirs: []
top_module:
rc: 0

%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:11: Implicit conversion of real to integer
%Warning-REALCVT: Use "/* verilator lint_off REALCVT */" and lint_on around source to disable this message.
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:12: Implicit conversion of real to integer
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:13: Implicit conversion of real to integer
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:14: Implicit conversion of real to integer
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:15: Implicit conversion of real to integer
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:16: Implicit conversion of real to integer
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:17: Implicit conversion of real to integer
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:18: Implicit conversion of real to integer
%Warning-REALCVT: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:19: Implicit conversion of real to integer
name: real-constants-illegal
description: Examples of real literal constants
should_fail: 1
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11: syntax error, unexpected '.', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:12: syntax error, unexpected ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:14: syntax error, unexpected '.', expecting TYPE-IDENTIFIER
%Error: Exiting due to 3 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv
name: real-token
description: Testing the real variable type
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv']
incdirs: []
top_module:
rc: 0

name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bz' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'bxxxx' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bx' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: syntax error, unexpected IDENTIFIER, expecting '('
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'shf' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: Define or directive not defined: `WIDTH
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'bx' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: Define or directive not defined: `DIGITS
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: Operator VAR 'foo' expects 32 bits on the Initial value, but Initial value's CONST '4'bzzzz' generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: Define or directive not defined: `DIGITS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error, unexpected '(', expecting ';'
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv
name: real-constants
description: Examples of real literal constants
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Warning: converting real value 1.200000e+00 to binary 1 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:11.
Warning: converting real value 1.000000e-01 to binary 0 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:12.
Warning: converting real value 2.394263e+03 to binary 2394 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:13.
Warning: converting real value 1.200000e+12 to binary 1704124416 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:14.
Warning: converting real value 1.300000e-02 to binary 0 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:15.
Warning: converting real value 1.000000e-01 to binary 0 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:16.
Warning: converting real value 2.300000e+11 to binary 32'10001101000100010111110000000000 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:17.
Warning: converting real value 2.900000e-01 to binary 0 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:18.
Warning: converting real value 2.361238e-10 to binary 0 at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv:19.
Successfully finished Verilog frontend.
name: real-constants-illegal
description: Examples of real literal constants
should_fail: 1
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11: syntax error, unexpected '.'
name: real-token
description: Testing the real variable type
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv:8: syntax error, unexpected TOK_REAL
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv' to AST representation.
Successfully finished Verilog frontend.
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error, unexpected TOK_ID, expecting '='
name: real-constants
description: Examples of real literal constants
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [31:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv::11 error in parsing: (syntax error, unexpected '.', expecting ';')
a = 1.2;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: real-constants-illegal
description: Examples of real literal constants
should_fail: 1
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [31:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv::11 error in parsing: (syntax error, unexpected '.')
a = .12;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: real-token
description: Testing the real variable type
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
real a;
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'Sb0000;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'Sd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'Sh7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'bz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'b`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = '0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hZZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'h 7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'o 7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = '1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'd `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'd 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'D1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16 'b `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'b0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hFEEDFACE;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'H7fFF;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'bxxxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'b1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter foo = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS(bar, baz);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'bx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o7_7_7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'so7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'H_7f_FF_;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'o `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'h 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hdeadbeef;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'So7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'B0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16 'b `DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hXX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'o`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'sb1111;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'sd1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'h `DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'sh7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'o 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'd`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = `WIDTH'h`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oXX;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'O7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'o0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1'b0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o7;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'o`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1 'b x;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx_;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 16'b`DIGITS;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'h0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 1 'b 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'h`DIGITS();
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 4'bzzzz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32 'd 1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'oZZ;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'dx__;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'b 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'ozz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'hzz;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 'd0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv::7 error in parsing: (syntax error, unexpected vPARAMETER, expecting vMODULE or preDEFAULT_NETTYPE)
parameter int foo = 32'd`DIGITS(bar);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: real-constants
description: Examples of real literal constants
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv']
incdirs: []
top_module:
rc: 0

name: real-constants-illegal
description: Examples of real literal constants
should_fail: 1
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:12: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:13: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:14: error: malformed statement
name: real-token
description: Testing the real variable type
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv']
incdirs: []
top_module:
rc: 0

name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7: syntax error
I give up.
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7: syntax error
I give up.
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7: syntax error
I give up.
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7: syntax error
I give up.
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7: syntax error
I give up.
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7: syntax error
I give up.
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7: syntax error
I give up.
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7: syntax error
I give up.
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7: syntax error
I give up.
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7: syntax error
I give up.
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7: syntax error
I give up.
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7: syntax error
I give up.
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7: syntax error
I give up.
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7: syntax error
I give up.
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7: syntax error
I give up.
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7: syntax error
I give up.
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: warning: macro WIDTH undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7: syntax error
I give up.
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7: syntax error
I give up.
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7: syntax error
I give up.
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7: syntax error
I give up.
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7: syntax error
I give up.
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7: syntax error
I give up.
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv:7: sorry: parameter declarations in the $root scope are not yet supported.
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: warning: macro DIGITS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7: syntax error
I give up.
name: real-constants
description: Examples of real literal constants
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [31:0] a;
initial begin
;
a = 1.2;
a = 0.1;
a = 2394.26331;
a = 1.2E12;
a = 1.30e-2;
a = 0.1e-0;
a = 23E10;
a = 29E-2;
a = 236.123_763_e-12;
end
endmodule
name: real-constants-illegal
description: Examples of real literal constants
should_fail: 1
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '.' (Sym_dot) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv:11:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: real-token
description: Testing the real variable type
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv']
incdirs: []
top_module:
rc: 0

module top;
real a;
endmodule
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0


name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0


name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0


name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0


name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0


name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0


name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0


name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0


name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0


name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0


name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0


name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0


name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dZ' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0


name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0


name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0


name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0


name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0


name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0


name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0


name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0


name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0


name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0


name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0


name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dX' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'H_7f_FF_' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0


name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0


name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0


name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0


name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0


name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0


name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0


name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0


name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv:7:34
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0


name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0


name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0


name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: WIDTH, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv:7:27
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0


name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0


name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0


name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0


name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0


name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0


name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx_' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0


name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0


name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dz' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0


name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0


name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0


name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dx__' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0


name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0


name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0


name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0


name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: DIGITS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv:7:32
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: real-constants
description: Examples of real literal constants
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: real-constants-illegal
description: Examples of real literal constants
should_fail: 1
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-constants-illegal.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: real-token
description: Testing the real variable type
should_fail: 0
tags: 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.7.2-real-token.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_16
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_37
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_37.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_30
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_30.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_68
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_68.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_12
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_23
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_23.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_2
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_72
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_72.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_66
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_66.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_47
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_47.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_69
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_69.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_1
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_3
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_38
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_38.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_25
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_25.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_76
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_76.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_56
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_56.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_36
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_36.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_27
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_27.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_57
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_57.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_73
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_73.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_21
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_21.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_4
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_65
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_65.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_50
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_50.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_62
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_62.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_13
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_9
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_0
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_20
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_20.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_10
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_45
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_45.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_19
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_19.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_48
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_48.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_31
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_31.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_34
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_34.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_63
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_63.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_55
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_55.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_60
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_60.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_64
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_64.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_49
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_49.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_26
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_26.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_7
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_22
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_22.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_70
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_70.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_58
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_58.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_15
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_29
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_29.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_74
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_74.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_67
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_67.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_43
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_43.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_41
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_41.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_61
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_61.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_77
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_77.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_51
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_51.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_39
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_39.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_46
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_46.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_42
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_42.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_6
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_44
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_44.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_54
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_54.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_18
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_11
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_32
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_32.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_17
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_59
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_59.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_8
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_35
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_35.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_75
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_75.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_14
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_28
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_28.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_53
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_53.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_33
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_33.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_5
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_52
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_52.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_71
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_71.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_24
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_24.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: number_test_40
description: Test
should_fail: 0
tags: 5.6.4 5.7.1 5.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/number/number_test_40.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: time-literals
description: Examples of time literals
should_fail: 0
tags: 5.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:14:9: error: language feature not yet supported
a = 1fs;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:15:9: error: language feature not yet supported
a = 1ps;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:16:9: error: language feature not yet supported
a = 1ns;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:17:9: error: language feature not yet supported
a = 1us;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:18:9: error: language feature not yet supported
a = 1ms;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:19:9: error: language feature not yet supported
a = 1s;
^~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:22:9: error: language feature not yet supported
a = 2.1ms;
^~~~~
name: time-literals
description: Examples of time literals
should_fail: 0
tags: 5.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:14: syntax error, unexpected TIME NUMBER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:15: syntax error, unexpected TIME NUMBER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:16: syntax error, unexpected TIME NUMBER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:17: syntax error, unexpected TIME NUMBER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:18: syntax error, unexpected TIME NUMBER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:19: syntax error, unexpected TIME NUMBER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:22: syntax error, unexpected TIME NUMBER, expecting TYPE-IDENTIFIER
%Error: Exiting due to 7 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv
name: time-literals
description: Examples of time literals
should_fail: 0
tags: 5.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:11: syntax error, unexpected ';', expecting '(' or '['
name: time-literals
description: Examples of time literals
should_fail: 0
tags: 5.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv::11 Unsuported token
time a;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv::11 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
time a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv::14 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = 1fs;
name: time-literals
description: Examples of time literals
should_fail: 0
tags: 5.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:24: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:24: error: invalid module item.
name: time-literals
description: Examples of time literals
should_fail: 0
tags: 5.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'fs' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv:14:10.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: time-literals
description: Examples of time literals
should_fail: 0
tags: 5.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.8-time-literals.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv']
incdirs: []
top_module:
rc: 0

name: string-word-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:8:22: error: value of type ''bit'[23:0]' cannot be assigned to type 'unpacked array [24:0] of 'bit''
bit a[8 * 3 : 0] = "hi0";
^ ~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:9:22: error: value of type ''bit'[23:0]' cannot be assigned to type 'unpacked array [3:0] of 'byte''
byte b[3 : 0] = "hi2";
^ ~~~~~
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

name: string-broken-line
description: Basic broken line string example
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv']
incdirs: []
top_module:
rc: 0

name: string-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv']
incdirs: []
top_module:
rc: 0

name: string-word-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv']
incdirs: []
top_module:
rc: 10

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:8: Operator ASSIGN expects 1 bits on the Assign RHS, but Assign RHS's CONST '24'h686930' generates 24 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:9: Operator ASSIGN expects 8 bits on the Assign RHS, but Assign RHS's CONST '24'h686932' generates 24 bits.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:8: CONST '1'h0' unexpected in assignment to unpacked array
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:9: CONST '8'h32' unexpected in assignment to unpacked array
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

name: string-broken-line
description: Basic broken line string example
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv']
incdirs: []
top_module:
rc: 0

name: string-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: string-word-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:9: syntax error, unexpected '=', expecting '('
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv' to AST representation.
Generating RTLIL representation for module `\top'.
one line
Successfully finished Verilog frontend.
name: string-broken-line
description: Basic broken line string example
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv' to AST representation.
broken \
Generating RTLIL representation for module `\top'.
line
Successfully finished Verilog frontend.
name: string-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
byte a;
name: string-word-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv::8 error in parsing: (syntax error, unexpected '[', expecting '(')
bit a[8 * 3 : 0] = "hi0";
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv::9 error in parsing: (syntax error, unexpected '[', expecting '(')
byte b[3 : 0] = "hi2";
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: string-broken-line
description: Basic broken line string example
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: string-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv']
incdirs: []
top_module:
rc: 0

name: string-word-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:8: error: Cannot assign to array a. Did you forget a word index?
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv:9: error: Cannot assign to array b. Did you forget a word index?
Elaboration failed
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

name: string-broken-line
description: Basic broken line string example
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv:10: Missing close quote of string.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv:11: Missing close quote of string.
I give up.
name: string-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [7:0] a;
reg [7:0] b;
reg [7:0] c;
initial begin
;
a = "a";
b = "b";
c = "c";
end
endmodule
name: string-word-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: src/Language/SystemVerilog/AST/Type.hs:87:40-65: Non-exhaustive patterns in lambda

name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

module top;
initial begin
;
$display("one line");
end
endmodule
name: string-broken-line
description: Basic broken line string example
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '"' (Unknown) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv:10:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: string-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string-word-assignment
description: String assignment tests
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-word-assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string-basic
description: Basic string example
should_fail: 0
tags: 5.9 5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-basics.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string-broken-line
description: Basic broken line string example
should_fail: 0
tags: 5.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9-string-broken-line.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string-special-chars
description: Special characters in strings
should_fail: 0
tags: 5.9.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv']
incdirs: []
top_module:
rc: 0

name: string-special-chars
description: Special characters in strings
should_fail: 0
tags: 5.9.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv']
incdirs: []
top_module:
rc: 0

name: string-special-chars
description: Special characters in strings
should_fail: 0
tags: 5.9.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv' to AST representation.
Generating RTLIL representation for module `\top'.
newline

tab
backslash \
quote "
vertical tab v
form feed f
bell a
octal S
hex x12
Successfully finished Verilog frontend.
name: string-special-chars
description: Special characters in strings
should_fail: 0
tags: 5.9.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv::13 error in parsing: (syntax error, unexpected vNUMBER, expecting ')')
$display("quote \"");
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: string-special-chars
description: Special characters in strings
should_fail: 0
tags: 5.9.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv']
incdirs: []
top_module:
rc: 0

name: string-special-chars
description: Special characters in strings
should_fail: 0
tags: 5.9.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv']
incdirs: []
top_module:
rc: 0

module top;
initial begin
$display("newline \n");
$display("tab \t");
$display("backslash \\");
$display("quote \"");
$display("vertical tab \v");
$display("form feed \f");
$display("bell \a");
$display("octal \123");
$display("hex \x12");
end
endmodule
name: string-special-chars
description: Special characters in strings
should_fail: 0
tags: 5.9.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.9.1-string-special-chars.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: structure-replication
description: Structure replication assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:8:29: error: language feature not yet supported
struct {int X,Y,Z;} XYZ = '{3{1}};
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:14:10: error: language feature not yet supported
v1 = '{2{'{3{'{a,'{2{b,c}}}}}}};
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: structure-arrays
description: Structure array assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv:13:18: error: language feature not yet supported
ms_t ms[1:0] = '{'{0, 0}, '{1, 1}};
^~~~~~~~~~~~~~~~~~~
name: structure
description: Structure assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv']
incdirs: []
top_module:
rc: 3

internal compiler error: Unexpected index
name: structure-arrays-illegal
description: Structure array assignment tests
should_fail: 1
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv:14:18: error: language feature not yet supported
ms_t ms[1:0] = '{0, 0, 1, 1};
^~~~~~~~~~~~~
name: structure-replication
description: Structure replication assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:9: Unsupported: Unpacked array in packed struct/union
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:13: syntax error, unexpected IDENTIFIER, expecting "'{"
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv
name: structure-arrays
description: Structure array assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv']
incdirs: []
top_module:
rc: 0

%Warning-UNPACKED: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv:8: Unsupported: Unpacked struct/union
%Warning-UNPACKED: Use "/* verilator lint_off UNPACKED */" and lint_on around source to disable this message.
name: structure
description: Structure assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:18: syntax error, unexpected ',', expecting ':'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:20: syntax error, unexpected ':', expecting "'{"
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv
name: structure-arrays-illegal
description: Structure array assignment tests
should_fail: 1
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv']
incdirs: []
top_module:
rc: 10

%Warning-UNPACKED: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv:8: Unsupported: Unpacked struct/union
%Warning-UNPACKED: Use "/* verilator lint_off UNPACKED */" and lint_on around source to disable this message.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv:14: Assignment pattern with too many elements
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv
name: structure-replication
description: Structure replication assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:8: syntax error, unexpected '{', expecting TOK_ID or '#'
name: structure-arrays
description: Structure array assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv:8: syntax error, unexpected '{', expecting '(' or '['
name: structure
description: Structure assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:8: syntax error, unexpected '{', expecting '(' or '['
name: structure-arrays-illegal
description: Structure array assignment tests
should_fail: 1
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv:8: syntax error, unexpected '{', expecting '(' or '['
name: structure-replication
description: Structure replication assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv::8 error in parsing: (syntax error, unexpected '{', expecting vSYMBOL_ID or '#')
struct {int X,Y,Z;} XYZ = '{3{1}};
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv::9 error in parsing: (syntax error, unexpected '{', expecting '(')
typedef struct {int a,b[4];} ab_t;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv::10 error in parsing: (syntax error, unexpected ',', expecting '(')
int a,b,c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv::13 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
ab_t v1[1:0] [2:0];
name: structure-arrays
description: Structure array assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv::8 error in parsing: (syntax error, unexpected '{', expecting '(')
typedef struct {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv::13 error in parsing: (syntax error, unexpected '[', expecting '(')
ms_t ms[1:0] = '{'{0, 0}, '{1, 1}};
name: structure
description: Structure assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv::8 error in parsing: (syntax error, unexpected '{', expecting '(')
typedef struct {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv::13 error in parsing: (syntax error, unexpected ';', expecting '(')
ms_t ms;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv::18 error in parsing: (syntax error, unexpected vDEFAULT)
ms = '{ default, 1};
name: structure-arrays-illegal
description: Structure array assignment tests
should_fail: 1
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv::8 error in parsing: (syntax error, unexpected '{', expecting '(')
typedef struct {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv::14 error in parsing: (syntax error, unexpected '[', expecting '(')
ms_t ms[1:0] = '{0, 0, 1, 1};
name: structure-replication
description: Structure replication assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv']
incdirs: []
top_module:
rc: 10

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:8: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:9: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:13: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:14: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:15: error: invalid module item.
name: structure-arrays
description: Structure array assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv:8: sorry: Unpacked structs not supported.
name: structure
description: Structure assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv']
incdirs: []
top_module:
rc: 7

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:8: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:18: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:20: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:20: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:21: error: invalid module item.
name: structure-arrays-illegal
description: Structure array assignment tests
should_fail: 1
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv:8: sorry: Unpacked structs not supported.
name: structure-replication
description: Structure replication assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '{' (Sym_brace_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv:8:32.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: structure-arrays
description: Structure array assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv']
incdirs: []
top_module:
rc: 0

module top;
struct {
reg signed [31:0] a;
reg signed [31:0] b;
} ms [1:0] = '{
'{
0,
0
},
'{
1,
1
}
};
endmodule
name: structure
description: Structure assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ',' (Sym_comma) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv:18:20.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: structure-arrays-illegal
description: Structure array assignment tests
should_fail: 1
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv']
incdirs: []
top_module:
rc: 0

module top;
struct {
reg signed [31:0] a;
reg signed [31:0] b;
} ms [1:0] = '{
0,
0,
1,
1
};
endmodule
name: structure-replication
description: Structure replication assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-replication.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: structure-arrays
description: Structure array assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: structure
description: Structure assignment tests
should_fail: 0
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structures.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: structure-arrays-illegal
description: Structure array assignment tests
should_fail: 1
tags: 5.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.10-structure-arrays-illegal.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: arrays-key-index
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv']
incdirs: []
top_module:
rc: 3

internal compiler error: Unexpected index
name: arrays-replication
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv:8:21: error: language feature not yet supported
int n[1:2][1:6] = '{2{'{3{4, 5}}}};
^~~~~~~~~~~~~~~~
name: arrays
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv:8:21: error: language feature not yet supported
int n[1:2][1:3] = '{'{0,1,2},'{3{4}}};
^~~~~~~~~~~~~~~~~~~
name: arrays-key-index
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv']
incdirs: []
top_module:
rc: 0

name: arrays-replication
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv']
incdirs: []
top_module:
rc: 0

name: arrays
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv']
incdirs: []
top_module:
rc: 0

name: arrays-key-index
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: arrays-replication
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv:8: syntax error, unexpected '[', expecting '('
name: arrays
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv:8: syntax error, unexpected '[', expecting '('
name: arrays-key-index
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef int triple [1:3];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
triple b = '{1:1, default:0};
name: arrays-replication
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv::8 error in parsing: (syntax error, unexpected '[', expecting '(')
int n[1:2][1:6] = '{2{'{3{4, 5}}}};
name: arrays
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv::8 error in parsing: (syntax error, unexpected '[', expecting '(')
int n[1:2][1:3] = '{'{0,1,2},'{3{4}}};
name: arrays-key-index
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv:9: error: invalid module item.
name: arrays-replication
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv:8: error: invalid module item.
name: arrays
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv:8: error: invalid module item.
name: arrays-key-index
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv:8:22.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: arrays-replication
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '{' (Sym_brace_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv:8:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: arrays
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '{' (Sym_brace_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv:8:35.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: arrays-key-index
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-key-index.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: arrays-replication
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays-replication.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: arrays
description: Basic arrays test
should_fail: 0
tags: 5.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.11-arrays.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: attributes-case
description: Assing attributes to a case statement
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv']
incdirs: []
top_module:
rc: 0

name: attributes-operator
description: Assing attributes to an operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv']
incdirs: []
top_module:
rc: 0

name: attributes-module
description: Assing attributes to a module
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv']
incdirs: []
top_module:
rc: 0

name: attributes-variable
description: Assing attributes to a variable
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv']
incdirs: []
top_module:
rc: 0

name: attributes-conditional
description: Assing attributes to a conditional operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv']
incdirs: []
top_module:
rc: 0

name: attributes-case
description: Assing attributes to a case statement
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv']
incdirs: []
top_module:
rc: 0

name: attributes-operator
description: Assing attributes to an operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv']
incdirs: []
top_module:
rc: 0

name: attributes-module
description: Assing attributes to a module
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv']
incdirs: []
top_module:
rc: 10

%Error-MULTITOP: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv:13: Unsupported: Multiple top level modules: topb and topa
%Error-MULTITOP: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv:13: Fix, or use --top-module option to select which you want.
%Error-MULTITOP: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv:17: Unsupported: Multiple top level modules: topc and topb
%Error-MULTITOP: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv:17: Fix, or use --top-module option to select which you want.
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv
name: attributes-variable
description: Assing attributes to a variable
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv']
incdirs: []
top_module:
rc: 0

name: attributes-conditional
description: Assing attributes to a conditional operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv']
incdirs: []
top_module:
rc: 0

name: attributes-case
description: Assing attributes to a case statement
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: attributes-operator
description: Assing attributes to an operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: attributes-module
description: Assing attributes to a module
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv' to AST representation.
Generating RTLIL representation for module `\topa'.
Generating RTLIL representation for module `\topb'.
Generating RTLIL representation for module `\topc'.
Successfully finished Verilog frontend.
name: attributes-variable
description: Assing attributes to a variable
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: attributes-conditional
description: Assing attributes to a conditional operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: attributes-case
description: Assing attributes to a case statement
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
bit b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv::15 error in parsing: (syntax error, unexpected '(')
(* full_case, parallel_case *)
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: attributes-operator
description: Assing attributes to an operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [7:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv::14 error in parsing: (syntax error, unexpected '*')
a = b + (* mode = "cla" *) c;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: attributes-module
description: Assing attributes to a module
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv::8 error in parsing: (syntax error, unexpected '(', expecting vMODULE or preDEFAULT_NETTYPE)
(* optimize_power *)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: attributes-variable
description: Assing attributes to a variable
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv::9 error in parsing: (syntax error, unexpected '(')
(* fsm_state *) logic [7:0] a;
name: attributes-conditional
description: Assing attributes to a conditional operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv::9 error in parsing: (syntax error, unexpected ',', expecting '(')
bit a, b, c, d;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv::12 error in parsing: (syntax error, unexpected '*')
a = b ? (* no_glitch *) c : d;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: attributes-case
description: Assing attributes to a case statement
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv']
incdirs: []
top_module:
rc: 0

name: attributes-operator
description: Assing attributes to an operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv']
incdirs: []
top_module:
rc: 0

name: attributes-module
description: Assing attributes to a module
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv']
incdirs: []
top_module:
rc: 0

name: attributes-variable
description: Assing attributes to a variable
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv']
incdirs: []
top_module:
rc: 0

name: attributes-conditional
description: Assing attributes to a conditional operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv']
incdirs: []
top_module:
rc: 0

name: attributes-case
description: Assing attributes to a case statement
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [1:0] a;
reg b;
initial begin
;
(* full_case, parallel_case *)
case (a)
2'b00: b = 0;
2'b01, 2'b10: b = 1;
default: b = 0;
endcase
(* full_case = 1 *)
(* parallel_case = 1 *)
case (a)
2'b00: b = 0;
2'b01, 2'b10: b = 1;
default: b = 0;
endcase
(* full_case, parallel_case = 0 *)
case (a)
2'b00: b = 0;
2'b01, 2'b10: b = 1;
default: b = 0;
endcase
end
endmodule
name: attributes-operator
description: Assing attributes to an operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(*' (Sym_paren_l_aster) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv:14:13.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: attributes-module
description: Assing attributes to a module
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(*' (Sym_paren_l_aster) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv:8:1.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: attributes-variable
description: Assing attributes to a variable
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv']
incdirs: []
top_module:
rc: 0

module top;
(* fsm_state *) logic [7:0] a;
(* fsm_state = 1 *) logic [7:0] b;
(* fsm_state = 0 *) logic [7:0] c;
endmodule
name: attributes-conditional
description: Assing attributes to a conditional operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(*' (Sym_paren_l_aster) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv:12:13.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: attributes-case
description: Assing attributes to a case statement
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-case.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: attributes-operator
description: Assing attributes to an operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-operator.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: attributes-module
description: Assing attributes to a module
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-module.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: attributes-variable
description: Assing attributes to a variable
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-variable.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: attributes-conditional
description: Assing attributes to a conditional operator
should_fail: 0
tags: 5.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.12-attributes-conditional.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: builtin-methods-string
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv:11:37: error: invalid member access for type 'string'
$display("length check: %d\n", a.len());
~^~~~
name: builtin-methods-arrays
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv:11:39: error: invalid member access for type 'unpacked array [3] of ''reg'[7:0]''
$display ("Array size %d\n", array.size());
~~~~~^~~~~
name: builtin-methods-string
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv:11: Unsupported: Member call on non-enum object 'VARREF 'a'' which is a 'BASICDTYPE 'string''
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv
name: builtin-methods-arrays
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv:11: Unknown built-in array method 'VARREF 'array''
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv
name: builtin-methods-string
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv:8: syntax error, unexpected '=', expecting '(' or '['
name: builtin-methods-arrays
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Can't resolve function name `\array.size' at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv:11.
name: builtin-methods-string
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv::8 error in parsing: (syntax error, unexpected '=', expecting '(')
string a = "test";
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv::11 error in parsing: (syntax error, unexpected ')')
$display("length check: %d\n", a.len());
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: builtin-methods-arrays
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv::8 error in parsing: (syntax error, unexpected ']')
reg [7:0] array [3];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv::11 error in parsing: (syntax error, unexpected ')')
$display ("Array size %d\n", array.size());
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: builtin-methods-string
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv']
incdirs: []
top_module:
rc: 0

name: builtin-methods-arrays
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv:11: error: No function named `array.size' found in this context (top).
1 error(s) during elaboration.
name: builtin-methods-string
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv:11:41.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: builtin-methods-arrays
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv:11:44.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: builtin-methods-string
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-strings.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: builtin-methods-arrays
description: Check if built-in methods can be called
should_fail: 0
tags: 5.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-5/5.13-builtin-methods-arrays.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7:1: error: language feature not yet supported
class Foo;
^~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9:9: error: expected identifier
function new (integer size);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9:10: error: expected statement
function new (integer size);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9:27: error: expected declarator
function new (integer size);
^
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7:1: error: language feature not yet supported
class event_calendar;
^~~~~~~~~~~~~~~~~~~~~
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7:1: error: language feature not yet supported
class pp_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7:1: error: language feature not yet supported
class Foo extends Base implements Pkg::Bar, Baz; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7:1: error: language feature not yet supported
class Foo #(int N=1, int P=2) extends Bar #(x,y,z);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7:1: error: language feature not yet supported
class Foo #(IFType=virtual x_if);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7:1: error: language feature not yet supported
class Foo #(int N, int P);
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7:1: error: language feature not yet supported
class Driver;
^~~~~~~~~~~~~
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8:2: error: unknown macro or compiler directive '`uvm_object_utils'
`uvm_object_utils(stress_seq)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:9:2: error: unknown macro or compiler directive '`uvm_object_registry'
`uvm_object_registry(myclass, "class_name")
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:10:2: error: unknown macro or compiler directive '`uvm_sweets'
`uvm_sweets(dessert)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11:2: error: unknown macro or compiler directive '`non_uvm_macro'
`non_uvm_macro(apple, `banana, "cherry")
^
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7:1: error: language feature not yet supported
class Driver;
^~~~~~~~~~~~~
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7:1: error: language feature not yet supported
virtual class Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8:2: error: unknown macro or compiler directive '`moobar'
`moobar(,)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:9:2: error: unknown macro or compiler directive '`zoobar'
`zoobar( , )
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:10:2: error: unknown macro or compiler directive '`zootar'
`zootar(12,)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:11:2: error: unknown macro or compiler directive '`zoojar'
`zoojar(,34)
^
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv:7:15: error: forward typedef 'myclass_fwd' does not resolve to a data type
typedef class myclass_fwd;
^
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7:1: error: language feature not yet supported
class Foo #(T=int);
^~~~~~~~~~~~~~~~~~~
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7:1: error: language feature not yet supported
class zzxx;
^~~~~~~~~~~
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7:1: error: language feature not yet supported
class Foo #(type IFType=virtual x_if);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7:1: error: language feature not yet supported
class foo;
^~~~~~~~~~
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7:1: error: language feature not yet supported
class semicolon_classy; ; ;;; ; ; ;endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7:1: error: language feature not yet supported
class Foo implements Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7:1: error: language feature not yet supported
class Foo implements Bar, Blah, Baz; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8:2: error: unknown macro or compiler directive '`uvm_object_utils_begin'
`uvm_object_utils_begin(foobar)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9:2: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(node, UVM_DEFAULT);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10:2: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(foo::bar_t, UVM_DEFAULT);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11:2: error: unknown macro or compiler directive '`uvm_field_enum'
`uvm_field_enum(offset, UVM_DEFAULT)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:12:2: error: unknown macro or compiler directive '`uvm_object_utils_end'
`uvm_object_utils_end
^
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7:1: error: language feature not yet supported
class Foo #(int N, P);
^~~~~~~~~~~~~~~~~~~~~~
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7:1: error: language feature not yet supported
class fields_with_modifiers;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8:2: error: unknown macro or compiler directive '`uvm_object_utils_begin'
`uvm_object_utils_begin(foobar)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:9:2: error: unknown macro or compiler directive '`uvm_object_utils'
`uvm_object_utils(blah)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:10:2: error: unknown macro or compiler directive '`uvm_object_utils_end'
`uvm_object_utils_end
^
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7:1: error: language feature not yet supported
class Foo implements Package::Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7:1: error: language feature not yet supported
class param_types_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7:1: error: language feature not yet supported
class automatic Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7:1: error: language feature not yet supported
class Foo extends Base implements Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7:1: error: language feature not yet supported
class Foo extends Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7:1: error: language feature not yet supported
class params_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7:1: error: language feature not yet supported
class params_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7:1: error: language feature not yet supported
class how_wide #(type DT=int) extends uvm_sequence_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7:1: error: language feature not yet supported
class Foo #(type IFType=virtual interface x_if);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7:1: error: language feature not yet supported
class Foo #(int W=8, type Int=int) extends Bar #(x,y,z);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8:2: error: unknown macro or compiler directive '`uvm_field_utils_begin'
`uvm_field_utils_begin(my_class)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:9:4: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(blah1, flag1)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:10:4: error: unknown macro or compiler directive '`uvm_field_real'
`uvm_field_real(blah2, flag2)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:11:4: error: unknown macro or compiler directive '`uvm_field_enum'
`uvm_field_enum(blah3, flag3)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:12:4: error: unknown macro or compiler directive '`uvm_field_object'
`uvm_field_object(blah4, flag4)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:13:4: error: unknown macro or compiler directive '`uvm_field_event'
`uvm_field_event(blah5, flag5)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:14:4: error: unknown macro or compiler directive '`uvm_field_string'
`uvm_field_string(blah6, flag6)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:15:4: error: unknown macro or compiler directive '`uvm_field_array_int'
`uvm_field_array_int(blah7, flag7)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:16:4: error: unknown macro or compiler directive '`uvm_field_sarray_int'
`uvm_field_sarray_int(blah8, flag8)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:17:4: error: unknown macro or compiler directive '`uvm_field_aa_int_string'
`uvm_field_aa_int_string(blah9, flag9)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:18:2: error: unknown macro or compiler directive '`uvm_field_utils_end'
`uvm_field_utils_end
^
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7:1: error: language feature not yet supported
class Foo extends Bar #(x,y,z); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(x,y,z); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8:2: error: unknown macro or compiler directive '`moobar'
`moobar()
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:9:2: error: unknown macro or compiler directive '`zoobar'
`zoobar( )
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:10:2: error: unknown macro or compiler directive '`zootar'
`zootar(
^
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7:1: error: language feature not yet supported
class zzxy;
^~~~~~~~~~~
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(x,y,z); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7:1: error: language feature not yet supported
class macros_id_as_call;
^~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8:2: error: unknown macro or compiler directive '`uvm_new_func'
`uvm_new_func
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:9:2: error: unknown macro or compiler directive '`uvm_new_func2'
`uvm_new_func2 // comment
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:10:2: error: unknown macro or compiler directive '`uvm_new_func3'
`uvm_new_func3 /* comment */
^
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7:1: error: language feature not yet supported
class Foo implements Bar#(N); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7:1: error: language feature not yet supported
class static Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7:1: error: language feature not yet supported
class zzyyy;
^~~~~~~~~~~~
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7:1: error: language feature not yet supported
class Foo #(int N);
^~~~~~~~~~~~~~~~~~~
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7:1: error: language feature not yet supported
class Foo #(type KeyType=int, Int=int);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8:2: error: unknown macro or compiler directive '`uvm_component_utils'
`uvm_component_utils(my_type)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:9:2: error: unknown macro or compiler directive '`uvm_component_utils_begin'
`uvm_component_utils_begin(my_type)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:10:4: error: unknown macro or compiler directive '`uvm_field_object'
`uvm_field_object(blah1, F1)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:11:4: error: unknown macro or compiler directive '`uvm_field_event'
`uvm_field_event(blah2, F2)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:12:4: error: unknown macro or compiler directive '`uvm_field_string'
`uvm_field_string(blah3, F3)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:13:2: error: unknown macro or compiler directive '`uvm_component_utils_end'
`uvm_component_utils_end
^
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7:1: error: language feature not yet supported
virtual class foo extends bar;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8:2: error: unknown macro or compiler directive '`uvm_object_param_utils_begin'
`uvm_object_param_utils_begin(my_class)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:9:4: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(blah1, F1)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:10:4: error: unknown macro or compiler directive '`uvm_field_real'
`uvm_field_real(blah2, F2)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:11:4: error: unknown macro or compiler directive '`uvm_field_enum'
`uvm_field_enum(blah3, F3)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:12:2: error: unknown macro or compiler directive '`uvm_object_utils_end'
`uvm_object_utils_end
^
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7:1: error: language feature not yet supported
class Foo; endclass
^~~~~~~~~~~~~~~~~~~
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7:1: error: language feature not yet supported
virtual class automatic Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7:1: error: language feature not yet supported
class fields_with_modifiers;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7:1: error: language feature not yet supported
class zzxx;
^~~~~~~~~~~
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7:1: error: language feature not yet supported
class Foo implements Package::Bar#(1, 2); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8:2: error: unknown macro or compiler directive '`uvm_object_registry'
`uvm_object_registry(myclass, "class_name")
^
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7:1: error: language feature not yet supported
class how_wide;
^~~~~~~~~~~~~~~
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:8: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:9: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:10: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected int, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected ')', expecting ',' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error, unexpected int, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8: Define or directive not defined: `uvm_object_utils
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:9: Define or directive not defined: `uvm_object_registry
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:10: Define or directive not defined: `uvm_sweets
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: Define or directive not defined: `non_uvm_macro
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: Define or directive not defined: `banana
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8: Define or directive not defined: `moobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:9: Define or directive not defined: `zoobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:10: Define or directive not defined: `zootar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:11: Define or directive not defined: `zoojar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: syntax error, unexpected '#', expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8: Define or directive not defined: `uvm_object_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11: Define or directive not defined: `uvm_field_enum
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:12: Define or directive not defined: `uvm_object_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error, unexpected ')', expecting ',' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:9: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8: Define or directive not defined: `uvm_object_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:9: Define or directive not defined: `uvm_object_utils
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:10: Define or directive not defined: `uvm_object_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: Perhaps 'mypkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:12: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: Perhaps 'glb' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error, unexpected type, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8: Define or directive not defined: `uvm_field_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:9: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:10: Define or directive not defined: `uvm_field_real
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:11: Define or directive not defined: `uvm_field_enum
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:12: Define or directive not defined: `uvm_field_object
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:13: Define or directive not defined: `uvm_field_event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:14: Define or directive not defined: `uvm_field_string
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:15: Define or directive not defined: `uvm_field_array_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:16: Define or directive not defined: `uvm_field_sarray_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:17: Define or directive not defined: `uvm_field_aa_int_string
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:18: Define or directive not defined: `uvm_field_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 14 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8: Define or directive not defined: `moobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:9: Define or directive not defined: `zoobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:10: Define or directive not defined: `zootar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: Perhaps 'dbg_pkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8: Define or directive not defined: `uvm_new_func
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:9: Define or directive not defined: `uvm_new_func2
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:10: Define or directive not defined: `uvm_new_func3
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: Perhaps 'dbg_pkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8: Define or directive not defined: `uvm_component_utils
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:9: Define or directive not defined: `uvm_component_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:10: Define or directive not defined: `uvm_field_object
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:11: Define or directive not defined: `uvm_field_event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:12: Define or directive not defined: `uvm_field_string
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:13: Define or directive not defined: `uvm_component_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 9 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8: Define or directive not defined: `uvm_object_param_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:9: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:10: Define or directive not defined: `uvm_field_real
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:11: Define or directive not defined: `uvm_field_enum
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:12: Define or directive not defined: `uvm_object_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:9: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:10: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8: Define or directive not defined: `uvm_object_registry
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7: syntax error, unexpected TOK_ID
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7: syntax error, unexpected TOK_ID
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7: syntax error, unexpected TOK_ID
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7: syntax error, unexpected TOK_ID
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7: syntax error, unexpected TOK_ID
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: syntax error, unexpected TOK_ID
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected TOK_ID
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: syntax error, unexpected TOK_ID
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7: syntax error, unexpected TOK_ID
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error, unexpected TOK_ID
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7: syntax error, unexpected TOK_ID
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7: syntax error, unexpected TOK_ID
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7: syntax error, unexpected TOK_ID
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7: syntax error, unexpected TOK_ID
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7: syntax error, unexpected TOK_ID
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: syntax error, unexpected TOK_ID
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7: syntax error, unexpected TOK_ID
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7: syntax error, unexpected TOK_ID
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: syntax error, unexpected TOK_ID
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7: syntax error, unexpected TOK_ID
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv:7: syntax error, unexpected TOK_ID
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: syntax error, unexpected TOK_ID
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: syntax error, unexpected TOK_ID
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7: syntax error, unexpected TOK_ID
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: syntax error, unexpected TOK_ID
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7: syntax error, unexpected TOK_ID
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error, unexpected TOK_ID
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: syntax error, unexpected TOK_ID
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7: syntax error, unexpected TOK_ID
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: syntax error, unexpected TOK_ID
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7: syntax error, unexpected TOK_ID
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error, unexpected TOK_ID
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7: syntax error, unexpected TOK_ID
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7: syntax error, unexpected TOK_ID
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: syntax error, unexpected TOK_ID
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7: syntax error, unexpected TOK_ID
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: syntax error, unexpected TOK_ID
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: syntax error, unexpected TOK_ID
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: syntax error, unexpected TOK_ID
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7: syntax error, unexpected TOK_ID
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7: syntax error, unexpected TOK_ID
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7: syntax error, unexpected TOK_ID
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: syntax error, unexpected TOK_ID
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: syntax error, unexpected TOK_ID
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error, unexpected TOK_ID
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7: syntax error, unexpected TOK_ID
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: syntax error, unexpected TOK_ID
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: syntax error, unexpected TOK_ID
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7: syntax error, unexpected TOK_ID
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7: syntax error, unexpected TOK_ID
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7: syntax error, unexpected TOK_ID
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: syntax error, unexpected TOK_ID
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: syntax error, unexpected TOK_ID
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7: syntax error, unexpected TOK_ID
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: syntax error, unexpected TOK_ID
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: syntax error, unexpected TOK_ID
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7: syntax error, unexpected TOK_ID
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: syntax error, unexpected TOK_ID
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: syntax error, unexpected TOK_ID
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7: syntax error, unexpected TOK_ID
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: syntax error, unexpected TOK_ID
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7: syntax error, unexpected TOK_ID
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: syntax error, unexpected TOK_ID
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: syntax error, unexpected TOK_ID
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7: syntax error, unexpected TOK_ID
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7: syntax error, unexpected TOK_ID
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7: syntax error, unexpected TOK_ID
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: syntax error, unexpected TOK_ID
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7: syntax error, unexpected TOK_ID
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7: syntax error, unexpected TOK_ID
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class event_calendar;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Base implements Pkg::Bar, Baz; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N=1, int P=2) extends Bar #(x,y,z);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(IFType=virtual x_if);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N, int P);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Driver;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Driver;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
virtual class Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef class myclass_fwd;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(T=int);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(type IFType=virtual x_if);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class foo;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class semicolon_classy; ; ;;; ; ; ;endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Bar, Blah, Baz; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N, P);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class fields_with_modifiers;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Package::Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class param_types_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class automatic Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Base implements Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class params_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class params_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class how_wide #(type DT=int) extends uvm_sequence_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(type IFType=virtual interface x_if);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int W=8, type Int=int) extends Bar #(x,y,z);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Bar #(x,y,z); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(x,y,z); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzxy;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(x,y,z); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_id_as_call;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Bar#(N); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class static Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzyyy;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(type KeyType=int, Int=int);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
virtual class foo extends bar;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
virtual class automatic Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class fields_with_modifiers;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Package::Bar#(1, 2); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class how_wide;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:10: error: invalid class item.
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: syntax error
I give up.
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error
I give up.
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: syntax error
I give up.
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error
I give up.
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:8: error: Packet doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:9: error: Packet doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:10: error: Packet doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:11: error: Packet doesn't name a type.
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8: warning: macro uvm_object_utils undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:9: warning: macro uvm_object_registry undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:10: warning: macro uvm_sweets undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: warning: macro non_uvm_macro undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: warning: macro banana undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8: syntax error
I give up.
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:8: error: data_type_or_module_type doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:9: error: data_type_or_module_type doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:10: error: data_type_or_module_type doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:11: error: data_type_or_module_type doesn't name a type.
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: syntax error
I give up.
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8: warning: macro moobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:9: warning: macro zoobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:10: warning: macro zootar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:11: warning: macro zoojar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8: syntax error
I give up.
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: syntax error
I give up.
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: syntax error
I give up.
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: error: Error in task/function port item after port name analysis_port.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: syntax error
I give up.
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: syntax error
I give up.
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:9: error: invalid class item.
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 14

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: syntax error
I give up.
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: syntax error
I give up.
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8: warning: macro uvm_object_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11: warning: macro uvm_field_enum undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:12: warning: macro uvm_object_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11: syntax error
I give up.
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error
I give up.
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:9: error: invalid class item.
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8: warning: macro uvm_object_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:9: warning: macro uvm_object_utils undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:10: warning: macro uvm_object_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8: syntax error
I give up.
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: syntax error
I give up.
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 10

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:10: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:12: error: invalid class item.
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: syntax error
I give up.
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: syntax error
I give up.
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: syntax error
I give up.
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: error: invalid class item.
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:9: error: invalid class item.
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: syntax error
I give up.
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: syntax error
I give up.
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error
I give up.
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8: warning: macro uvm_field_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:9: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:10: warning: macro uvm_field_real undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:11: warning: macro uvm_field_enum undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:12: warning: macro uvm_field_object undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:13: warning: macro uvm_field_event undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:14: warning: macro uvm_field_string undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:15: warning: macro uvm_field_array_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:16: warning: macro uvm_field_sarray_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:17: warning: macro uvm_field_aa_int_string undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:18: warning: macro uvm_field_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8: syntax error
I give up.
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: syntax error
I give up.
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: syntax error
I give up.
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8: warning: macro moobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:9: warning: macro zoobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:10: warning: macro zootar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8: syntax error
I give up.
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: error: Error in task/function port item after port name dbg_pkg.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: syntax error
I give up.
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: syntax error
I give up.
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: syntax error
I give up.
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8: warning: macro uvm_new_func undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:9: warning: macro uvm_new_func2 undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:10: warning: macro uvm_new_func3 undefined (and assumed null) at this point.
No top level modules, and no -s option.
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: syntax error
I give up.
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: syntax error
I give up.
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: error: Error in task/function port item after port name dbg_pkg.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: error: Syntax error in task/function port declaration.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error
I give up.
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: syntax error
I give up.
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: syntax error
I give up.
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8: warning: macro uvm_component_utils undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:9: warning: macro uvm_component_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:10: warning: macro uvm_field_object undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:11: warning: macro uvm_field_event undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:12: warning: macro uvm_field_string undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:13: warning: macro uvm_component_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8: syntax error
I give up.
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: syntax error
I give up.
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8: warning: macro uvm_object_param_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:9: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:10: warning: macro uvm_field_real undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:11: warning: macro uvm_field_enum undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:12: warning: macro uvm_object_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8: syntax error
I give up.
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: syntax error
I give up.
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:9: error: data_type_or_module_type doesn't name a type.
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8: error: invalid class item.
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: syntax error
I give up.
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8: warning: macro uvm_object_registry undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8: syntax error
I give up.
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:8: error: invalid class item.
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '=' (Sym_eq) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7:19.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[*' (Sym_brack_l_aster) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:8:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_utils, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8:19
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: moobar, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8:9
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 0


name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '=' (Sym_eq) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'IFType' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7:18.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8:25
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8:25
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:8:20.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'DT' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'IFType' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7:18.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'W' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_field_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8:24
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: moobar, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8:9
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_new_func, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8:15
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'KeyType' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7:18.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_component_utils, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8:22
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_param_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8:31
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_registry, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8:22
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef
description: A module testing typedef support
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:16:9: error: expected identifier
typedef wire wire_t;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:16:10: error: expected data type (implicit type name not allowed)
typedef wire wire_t;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:18:2: error: 'wire_t' is not a type
wire_t a;
^~~~~~
name: typedef_test_15
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv:8:9: error: expected data type (implicit type name not allowed)
[4:0] some_member;
^
name: typedef_test_24
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_5
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv:7:9: error: language feature not yet supported
typedef union { int i; bool b; } bint;
^~~~~~~~~~~~~~~~~~~~~~~~
name: typedef_test_4
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_3
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_12
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv:7:9: error: use of undeclared identifier 'data_t'
typedef data_t my_array_t [bit[31:0]];
^~~~~~
name: typedef_test_26
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv:11:12: error: expression width of 4 does not exactly match declared enum type width of 32
Global = 4'h1,
^~~~
name: typedef_test_27
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv:8:12: error: expression width of 4 does not exactly match declared enum type width of 32
Global = 4'h2,
^~~~
name: typedef_test_6
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_23
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv:7:14: error: unknown class or package 'yourpkg'
typedef enum yourpkg::num_t {
^~~~~~~
name: typedef_test_1
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_18
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_25
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:8:9: error: use of undeclared identifier 'A'
reg [A-1:0] addr;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:9:8: error: use of undeclared identifier 'D'
reg [D-1:0] data;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:11:9: error: use of undeclared identifier 'E'
reg [E-1:0] ecc;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:13:10: error: use of undeclared identifier 'M'
reg [M-1:0] mask;
^
name: typedef_test_2
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_20
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_19
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv:8:12: error: expression width of 4 does not exactly match declared enum type width of 1
Global = 4'h2,
^~~~
name: typedef_test_0
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv:7:9: error: forward typedef 'i_am_a_type_really' does not resolve to a data type
typedef i_am_a_type_really;
^
name: typedef_test_11
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv:7:9: error: use of undeclared identifier 'data_t'
typedef data_t my_array_t [bit];
^~~~~~
name: typedef_test_7
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_17
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8:3: error: unknown class or package 'apkg'
apkg::type_member #(N, M) [P:0] some_member;
^~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8:28: error: expected declarator
apkg::type_member #(N, M) [P:0] some_member;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8:30: error: use of undeclared identifier 'P'
apkg::type_member #(N, M) [P:0] some_member;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8:35: error: expected data type (implicit type name not allowed)
apkg::type_member #(N, M) [P:0] some_member;
^
name: typedef_test_22
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv:7:14: error: use of undeclared identifier 'uvec8_t'
typedef enum uvec8_t {
^~~~~~~
name: typedef_test_21
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv:7:14: error: invalid enum base type ''bit'[3:0][7:0]' (must be a single dimensional integer type)
typedef enum bit[3:0][7:0] {
^
name: typedef_test_10
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv:7:9: error: use of undeclared identifier 'data_t'
typedef data_t my_array_t [ * ];
^~~~~~
name: typedef_test_14
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv:7:9: error: unknown class or package 'some_package'
typedef some_package::some_type myalias;
^~~~~~~~~~~~
name: typedef_test_13
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv:7:9: error: use of undeclared identifier 'data_t'
typedef data_t my_ar_t [bit[31:0][k:0]][bit[j:0][l:0]];
^~~~~~
name: typedef_test_8
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv:7:9: error: use of undeclared identifier 'some_other_type'
typedef some_other_type myalias;
^~~~~~~~~~~~~~~
name: typedef_test_16
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv']
incdirs: []
top_module:
rc: 0

name: typedef_test_9
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv:7:9: error: use of undeclared identifier 'data_t'
typedef data_t my_array_t [k:0][j:0];
^~~~~~
name: typedef
description: A module testing typedef support
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:16: syntax error, unexpected wire, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv
name: typedef_test_15
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv:8: syntax error, unexpected '[', expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv
name: typedef_test_24
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv']
incdirs: []
top_module:
rc: 10

%Warning-UNPACKED: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv:7: Unsupported: Unpacked struct/union
%Warning-UNPACKED: Use "/* verilator lint_off UNPACKED */" and lint_on around source to disable this message.
%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv
name: typedef_test_5
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv
name: typedef_test_4
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv
name: typedef_test_3
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv
name: typedef_test_12
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv:7: syntax error, unexpected ']', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv
name: typedef_test_26
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv
name: typedef_test_27
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv
name: typedef_test_6
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv
name: typedef_test_23
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv:7: syntax error, unexpected ::, expecting '{'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv:7: Perhaps 'yourpkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv
name: typedef_test_1
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv
name: typedef_test_18
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:9: Unsupported: Unpacked array in packed struct/union
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv
name: typedef_test_25
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:8: Can't find definition of variable: A
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:9: Can't find definition of variable: D
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:11: Can't find definition of variable: E
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:13: Can't find definition of variable: M
%Error: Exiting due to 4 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv
name: typedef_test_2
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv
name: typedef_test_20
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv
name: typedef_test_19
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv
name: typedef_test_0
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv
name: typedef_test_11
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv
name: typedef_test_7
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv
name: typedef_test_17
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv
name: typedef_test_22
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv:7: Can't find typedef: uvec8_t
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv
name: typedef_test_21
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv
name: typedef_test_10
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv
name: typedef_test_14
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv:7: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv:7: Perhaps 'some_package' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv
name: typedef_test_13
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv:7: syntax error, unexpected ']', expecting IDENTIFIER or do or final
%Error: Exiting due to 2 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv
name: typedef_test_8
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv
name: typedef_test_16
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv
name: typedef_test_9
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv
name: typedef
description: A module testing typedef support
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:16: syntax error, unexpected TOK_WIRE, expecting TOK_ID or '#'
name: typedef_test_15
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_24
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_5
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_4
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_3
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_12
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_26
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_27
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_6
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_23
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_1
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_18
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_25
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_2
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_20
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_19
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_0
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_11
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_7
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_17
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_22
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_21
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_10
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_14
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_13
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_8
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_16
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv:7: syntax error, unexpected TOK_ID
name: typedef_test_9
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv:7: syntax error, unexpected TOK_ID
name: typedef
description: A module testing typedef support
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv']
incdirs: []
top_module:
rc: 0

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv::16 error in parsing: (syntax error, unexpected netWIRE, expecting vSYMBOL_ID or '#')
typedef wire wire_t;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv::18 error in parsing: (syntax error, unexpected ';', expecting '(')
wire_t a;
--------------------------------------------------------------------
Welcome to ODIN II version 0.1 - the better High level synthesis tools++ targetting FPGAs (mainly VPR)
Email: jamieson.peter@gmail.com and ken@unb.ca for support issues

--------------------------------------------------------------------
High-level synthesis Begin
Parser starting - we'll create an abstract syntax tree. Note this tree can be viewed using Grap Viz (see documentation)
Adding file /home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv to parse list
Optimizing module by AST based optimizations
Converting AST into a Netlist. Note this netlist can be viewed using GraphViz (see documentation)
==========================
Detected Top Level Module: typedef_tb
==========================
Performing Optimizations of the Netlist
Performing Partial Map to target device
Outputting the netlist to the specified output format
Successful High-level synthesis by Odin
Blif file available at odin.blif
Ran in 0.7ms
--------------------------------------------------------------------
--------------------------------------------------------------------
Odin ran with exit status: 0
Odin II took 0.00 seconds (max_rss 7.2 MiB)
name: typedef_test_15
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct packed {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_24
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_5
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef union { int i; bool b; } bint;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_4
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum { RED, GREEN, BLUE } colors;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_3
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef reg[1:0] quartet[1:0];
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_12
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef data_t my_array_t [bit[31:0]];
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_26
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_27
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_6
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct { int i; bool b; } mystruct;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_23
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum yourpkg::num_t {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_1
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef reg[3:0] quartet;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_18
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_25
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct packed {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_2
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef reg quartet[3:0];
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_20
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum logic[3:0] {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_19
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum logic {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_0
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef i_am_a_type_really;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_11
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef data_t my_array_t [bit];
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_7
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct { int i, j, k; bool b, c, d; } mystruct;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_17
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct packed {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_22
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum uvec8_t {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_21
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum bit[3:0][7:0] {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_10
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef data_t my_array_t [ * ];
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_14
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef some_package::some_type myalias;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_13
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef data_t my_ar_t [bit[31:0][k:0]][bit[j:0][l:0]];
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_8
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef some_other_type myalias;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_16
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct packed {
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef_test_9
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef data_t my_array_t [k:0][j:0];
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typedef
description: A module testing typedef support
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:16: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv:18: error: Invalid module instantiation
name: typedef_test_15
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv:8: Error in struct/union member.
name: typedef_test_24
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv:7: sorry: Unpacked structs not supported.
name: typedef_test_5
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv:7: sorry: Unpacked structs not supported.
name: typedef_test_4
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_3
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_12
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv:7: error: Syntax error in typedef clause.
name: typedef_test_26
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_27
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_6
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv:7: sorry: Unpacked structs not supported.
name: typedef_test_23
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv:7: error: Syntax error in typedef clause.
name: typedef_test_1
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_18
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv']
incdirs: []
top_module:
rc: 5

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:8: Error in struct/union member.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:9: Error in struct/union member.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:7: sorry: Unpacked structs not supported.
name: typedef_test_25
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv']
incdirs: []
top_module:
rc: 134

ivl: pform.cc:333: LexicalScope* pform_peek_scope(): Assertion `lexical_scope' failed.
Aborted (core dumped)
name: typedef_test_2
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_20
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_19
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_0
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_11
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv:7: error: Syntax error in typedef clause.
name: typedef_test_7
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv:7: sorry: Unpacked structs not supported.
name: typedef_test_17
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8: Error in struct/union member.
name: typedef_test_22
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv:7: error: Syntax error in typedef clause.
name: typedef_test_21
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_10
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv:7: error: Syntax error in typedef clause.
name: typedef_test_14
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv:7: error: Syntax error in typedef clause.
name: typedef_test_13
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv:7: error: Syntax error in typedef clause.
name: typedef_test_8
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv:7: error: Syntax error in typedef clause.
name: typedef_test_16
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: typedef_test_9
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv:7: error: Syntax error in typedef clause.
name: typedef
description: A module testing typedef support
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv']
incdirs: []
top_module:
rc: 0

module typedef_tb (
clk,
in,
out
);
input clk;
input in;
output out;
wire a;
assign a = in;
assign out = a;
endmodule
name: typedef_test_15
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv:8:3.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_24
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_5
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_4
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_3
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv:7:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_12
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv:7:27.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_26
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_27
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_6
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_23
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_1
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_18
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'bit' (KW_bit) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_25
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_2
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv:7:20.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_20
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_19
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_0
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv:7:27.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_11
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv:7:27.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_7
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_17
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '#' (Sym_pound) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv:8:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_22
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_21
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_10
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv:7:27.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_14
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_13
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef_test_8
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_16
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv']
incdirs: []
top_module:
rc: 0


name: typedef_test_9
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[' (Sym_brack_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv:7:27.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typedef
description: A module testing typedef support
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/typedef.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_15
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_24
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_24.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_5
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_4
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_3
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_12
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_26
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_26.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_27
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_27.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_6
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_23
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_23.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_1
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_18
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_25
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_25.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_2
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_20
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_20.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_19
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_19.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_0
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_11
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_7
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_17
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_22
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_22.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_21
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_21.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_10
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_14
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_13
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_8
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_16
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typedef_test_9
description: Test
should_fail: 0
tags: 6.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/typedef/typedef_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: enum_test_0
description: Test
should_fail: 0
tags: 6.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv:7:14: error: forward typedef 'myenum_fwd' does not resolve to a data type
typedef enum myenum_fwd;
^
name: enum_test_0
description: Test
should_fail: 0
tags: 6.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv
name: enum_test_0
description: Test
should_fail: 0
tags: 6.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv:7: syntax error, unexpected TOK_ID
name: enum_test_0
description: Test
should_fail: 0
tags: 6.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef enum myenum_fwd;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: enum_test_0
description: Test
should_fail: 0
tags: 6.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv:7: sorry: Enum forward declarations not supported yet.
name: enum_test_0
description: Test
should_fail: 0
tags: 6.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv:7:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: enum_test_0
description: Test
should_fail: 0
tags: 6.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/enum/enum_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: struct_test_0
description: Test
should_fail: 0
tags: 7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv:7:16: error: forward typedef 'mystruct_fwd' does not resolve to a data type
typedef struct mystruct_fwd;
^
name: struct_test_0
description: Test
should_fail: 0
tags: 7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv
name: struct_test_0
description: Test
should_fail: 0
tags: 7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv:7: syntax error, unexpected TOK_ID
name: struct_test_0
description: Test
should_fail: 0
tags: 7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef struct mystruct_fwd;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: struct_test_0
description: Test
should_fail: 0
tags: 7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv:7: sorry: Struct forward declarations not supported yet.
name: struct_test_0
description: Test
should_fail: 0
tags: 7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'mystruct_fwd' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv:7:16.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: struct_test_0
description: Test
should_fail: 0
tags: 7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/struct/struct_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: union_test_0
description: Test
should_fail: 0
tags: 7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv:7:15: error: forward typedef 'myunion_fwd' does not resolve to a data type
typedef union myunion_fwd;
^
name: union_test_0
description: Test
should_fail: 0
tags: 7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: Duplicate declaration of cell: $unit
%Error: ... Location of original declaration
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv
name: union_test_0
description: Test
should_fail: 0
tags: 7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv:7: syntax error, unexpected TOK_ID
name: union_test_0
description: Test
should_fail: 0
tags: 7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef union myunion_fwd;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: union_test_0
description: Test
should_fail: 0
tags: 7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv:7: sorry: Union forward declarations not supported yet.
name: union_test_0
description: Test
should_fail: 0
tags: 7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'myunion_fwd' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv:7:15.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: union_test_0
description: Test
should_fail: 0
tags: 7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/union/union_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7:1: error: language feature not yet supported
class Foo;
^~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9:9: error: expected identifier
function new (integer size);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9:10: error: expected statement
function new (integer size);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9:27: error: expected declarator
function new (integer size);
^
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7:1: error: language feature not yet supported
class event_calendar;
^~~~~~~~~~~~~~~~~~~~~
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7:1: error: language feature not yet supported
class pp_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7:1: error: language feature not yet supported
class Foo extends Base implements Pkg::Bar, Baz; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7:1: error: language feature not yet supported
class Foo #(int N=1, int P=2) extends Bar #(x,y,z);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7:1: error: language feature not yet supported
class Foo #(IFType=virtual x_if);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7:1: error: language feature not yet supported
class Foo #(int N, int P);
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7:1: error: language feature not yet supported
class Driver;
^~~~~~~~~~~~~
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8:2: error: unknown macro or compiler directive '`uvm_object_utils'
`uvm_object_utils(stress_seq)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:9:2: error: unknown macro or compiler directive '`uvm_object_registry'
`uvm_object_registry(myclass, "class_name")
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:10:2: error: unknown macro or compiler directive '`uvm_sweets'
`uvm_sweets(dessert)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11:2: error: unknown macro or compiler directive '`non_uvm_macro'
`non_uvm_macro(apple, `banana, "cherry")
^
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7:1: error: language feature not yet supported
class Driver;
^~~~~~~~~~~~~
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7:1: error: language feature not yet supported
virtual class Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8:2: error: unknown macro or compiler directive '`moobar'
`moobar(,)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:9:2: error: unknown macro or compiler directive '`zoobar'
`zoobar( , )
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:10:2: error: unknown macro or compiler directive '`zootar'
`zootar(12,)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:11:2: error: unknown macro or compiler directive '`zoojar'
`zoojar(,34)
^
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv:7:15: error: forward typedef 'myclass_fwd' does not resolve to a data type
typedef class myclass_fwd;
^
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7:1: error: language feature not yet supported
class Foo #(T=int);
^~~~~~~~~~~~~~~~~~~
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7:1: error: language feature not yet supported
class zzxx;
^~~~~~~~~~~
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7:1: error: language feature not yet supported
class Foo #(type IFType=virtual x_if);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7:1: error: language feature not yet supported
class foo;
^~~~~~~~~~
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7:1: error: language feature not yet supported
class semicolon_classy; ; ;;; ; ; ;endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7:1: error: language feature not yet supported
class Foo implements Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7:1: error: language feature not yet supported
class Foo implements Bar, Blah, Baz; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8:2: error: unknown macro or compiler directive '`uvm_object_utils_begin'
`uvm_object_utils_begin(foobar)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9:2: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(node, UVM_DEFAULT);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10:2: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(foo::bar_t, UVM_DEFAULT);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11:2: error: unknown macro or compiler directive '`uvm_field_enum'
`uvm_field_enum(offset, UVM_DEFAULT)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:12:2: error: unknown macro or compiler directive '`uvm_object_utils_end'
`uvm_object_utils_end
^
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7:1: error: language feature not yet supported
class Foo #(int N, P);
^~~~~~~~~~~~~~~~~~~~~~
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7:1: error: language feature not yet supported
class fields_with_modifiers;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8:2: error: unknown macro or compiler directive '`uvm_object_utils_begin'
`uvm_object_utils_begin(foobar)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:9:2: error: unknown macro or compiler directive '`uvm_object_utils'
`uvm_object_utils(blah)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:10:2: error: unknown macro or compiler directive '`uvm_object_utils_end'
`uvm_object_utils_end
^
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7:1: error: language feature not yet supported
class Foo implements Package::Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7:1: error: language feature not yet supported
class param_types_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7:1: error: language feature not yet supported
class automatic Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7:1: error: language feature not yet supported
class Foo extends Base implements Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7:1: error: language feature not yet supported
class Foo extends Bar; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7:1: error: language feature not yet supported
class params_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7:1: error: language feature not yet supported
class params_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7:1: error: language feature not yet supported
class how_wide #(type DT=int) extends uvm_sequence_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7:1: error: language feature not yet supported
class Foo #(type IFType=virtual interface x_if);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7:1: error: language feature not yet supported
class Foo #(int W=8, type Int=int) extends Bar #(x,y,z);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8:2: error: unknown macro or compiler directive '`uvm_field_utils_begin'
`uvm_field_utils_begin(my_class)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:9:4: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(blah1, flag1)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:10:4: error: unknown macro or compiler directive '`uvm_field_real'
`uvm_field_real(blah2, flag2)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:11:4: error: unknown macro or compiler directive '`uvm_field_enum'
`uvm_field_enum(blah3, flag3)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:12:4: error: unknown macro or compiler directive '`uvm_field_object'
`uvm_field_object(blah4, flag4)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:13:4: error: unknown macro or compiler directive '`uvm_field_event'
`uvm_field_event(blah5, flag5)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:14:4: error: unknown macro or compiler directive '`uvm_field_string'
`uvm_field_string(blah6, flag6)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:15:4: error: unknown macro or compiler directive '`uvm_field_array_int'
`uvm_field_array_int(blah7, flag7)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:16:4: error: unknown macro or compiler directive '`uvm_field_sarray_int'
`uvm_field_sarray_int(blah8, flag8)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:17:4: error: unknown macro or compiler directive '`uvm_field_aa_int_string'
`uvm_field_aa_int_string(blah9, flag9)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:18:2: error: unknown macro or compiler directive '`uvm_field_utils_end'
`uvm_field_utils_end
^
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7:1: error: language feature not yet supported
class Foo extends Bar #(x,y,z); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(x,y,z); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8:2: error: unknown macro or compiler directive '`moobar'
`moobar()
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:9:2: error: unknown macro or compiler directive '`zoobar'
`zoobar( )
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:10:2: error: unknown macro or compiler directive '`zootar'
`zootar(
^
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7:1: error: language feature not yet supported
class zzxy;
^~~~~~~~~~~
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7:1: error: language feature not yet supported
class Foo extends Package::Bar #(x,y,z); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7:1: error: language feature not yet supported
class macros_id_as_call;
^~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8:2: error: unknown macro or compiler directive '`uvm_new_func'
`uvm_new_func
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:9:2: error: unknown macro or compiler directive '`uvm_new_func2'
`uvm_new_func2 // comment
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:10:2: error: unknown macro or compiler directive '`uvm_new_func3'
`uvm_new_func3 /* comment */
^
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7:1: error: language feature not yet supported
class Foo implements Bar#(N); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7:1: error: language feature not yet supported
class static Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7:1: error: language feature not yet supported
class zzyyy;
^~~~~~~~~~~~
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7:1: error: language feature not yet supported
class Foo #(int N);
^~~~~~~~~~~~~~~~~~~
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7:1: error: language feature not yet supported
class Foo #(type KeyType=int, Int=int);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8:2: error: unknown macro or compiler directive '`uvm_component_utils'
`uvm_component_utils(my_type)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:9:2: error: unknown macro or compiler directive '`uvm_component_utils_begin'
`uvm_component_utils_begin(my_type)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:10:4: error: unknown macro or compiler directive '`uvm_field_object'
`uvm_field_object(blah1, F1)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:11:4: error: unknown macro or compiler directive '`uvm_field_event'
`uvm_field_event(blah2, F2)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:12:4: error: unknown macro or compiler directive '`uvm_field_string'
`uvm_field_string(blah3, F3)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:13:2: error: unknown macro or compiler directive '`uvm_component_utils_end'
`uvm_component_utils_end
^
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7:1: error: language feature not yet supported
virtual class foo extends bar;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8:2: error: unknown macro or compiler directive '`uvm_object_param_utils_begin'
`uvm_object_param_utils_begin(my_class)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:9:4: error: unknown macro or compiler directive '`uvm_field_int'
`uvm_field_int(blah1, F1)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:10:4: error: unknown macro or compiler directive '`uvm_field_real'
`uvm_field_real(blah2, F2)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:11:4: error: unknown macro or compiler directive '`uvm_field_enum'
`uvm_field_enum(blah3, F3)
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:12:2: error: unknown macro or compiler directive '`uvm_object_utils_end'
`uvm_object_utils_end
^
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7:1: error: language feature not yet supported
class Foo; endclass
^~~~~~~~~~~~~~~~~~~
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7:1: error: language feature not yet supported
virtual class automatic Foo; endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7:1: error: language feature not yet supported
class fields_with_modifiers;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7:1: error: language feature not yet supported
class zzxx;
^~~~~~~~~~~
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7:1: error: language feature not yet supported
class pp_class;
^~~~~~~~~~~~~~~
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7:1: error: language feature not yet supported
class Foo implements Package::Bar#(1, 2); endclass
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7:1: error: language feature not yet supported
class macros_as_class_item;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8:2: error: unknown macro or compiler directive '`uvm_object_registry'
`uvm_object_registry(myclass, "class_name")
^
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7:1: error: language feature not yet supported
class how_wide;
^~~~~~~~~~~~~~~
name: class_member_test_33
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_44
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:8:16: error: expected identifier
extern function new;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:8:17: error: expected member
extern function new;
^~~
name: class_member_test_54
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:7:1: error: language feature not yet supported
class myclass extends uvm_object;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_member_test_34
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_31
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_12
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:7:1: error: language feature not yet supported
class semaphore;
^~~~~~~~~~~~~~~~
name: class_member_test_36
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_50
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:8:1: error: unexpected qualifiers on class member
virtual hinterface.some_mod_port winterface;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:8:9: error: expected member
virtual hinterface.some_mod_port winterface;
^~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:10:1: error: unexpected qualifiers on class member
virtual disinterface#(.N(N)).some_mod_port blinterface;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:10:9: error: expected member
virtual disinterface#(.N(N)).some_mod_port blinterface;
^~~~~~~~~~~~
name: class_member_test_53
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:7:1: error: language feature not yet supported
class myclass extends uvm_object;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_member_test_47
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:7:1: error: language feature not yet supported
class fun_with_typedef_members;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_member_test_9
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_40
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:8:9: error: expected identifier
function new ();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:8:10: error: expected statement
function new ();
^~~
name: class_member_test_28
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_56
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:7:1: error: language feature not yet supported
class myclass extends uvm_object;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_member_test_45
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:8:16: error: expected identifier
extern function new();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:8:17: error: expected member
extern function new();
^~~
name: class_member_test_58
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:7:1: error: language feature not yet supported
class myclass extends uvm_object;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:12: error: expected expression
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:13: error: expected ','
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:15: error: expected expression
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:16: error: expected ','
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:27: error: expected expression
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:28: error: expected ','
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:30: error: expected expression
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11:31: error: expected ','
solve x.z, f, g before q, r, y.x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:15: error: expected expression
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:16: error: expected ','
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:21: error: expected expression
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:22: error: expected ','
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:33: error: expected expression
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:34: error: expected ','
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:39: error: expected expression
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12:40: error: expected ','
solve x.z[2], f[1], g before q, r[4], y[3].x;
^
name: class_member_test_2
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_25
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_13
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:7:1: error: language feature not yet supported
class protected_stuff;
^~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9:34: error: unknown macro or compiler directive '`SSS'
protected const int countess = `SSS;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9:38: error: expected expression
protected const int countess = `SSS;
^
name: class_member_test_0
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_22
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8:32: error: expected identifier
extern function sometype #(N+1)[N:0]subr(ducktype #(3) x);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8:37: error: expected ';'
extern function sometype #(N+1)[N:0]subr(ducktype #(3) x);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8:37: error: expected member
extern function sometype #(N+1)[N:0]subr(ducktype #(3) x);
^~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8:57: error: expected declarator
extern function sometype #(N+1)[N:0]subr(ducktype #(3) x);
^
name: class_member_test_1
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:7:1: error: language feature not yet supported
class c;
^~~~~~~~
name: class_member_test_20
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_27
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_57
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:7:1: error: language feature not yet supported
class foo_class extends bar;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_member_test_4
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_23
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_21
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_49
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_26
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_51
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_24
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_46
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8:16: error: expected identifier
extern function new(string name, int count);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8:17: error: expected member
extern function new(string name, int count);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8:33: error: expected identifier
extern function new(string name, int count);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8:34: error: expected declarator
extern function new(string name, int count);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8:37: error: expected ','
extern function new(string name, int count);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8:43: error: expected declarator
extern function new(string name, int count);
^
name: class_member_test_32
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9:8: error: expected expression
for (var int shft_idx=1, bit c=1'b0; shft_idx < n_bits;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9:8: error: expected ';'
for (var int shft_idx=1, bit c=1'b0; shft_idx < n_bits;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9:8: error: expected statement
for (var int shft_idx=1, bit c=1'b0; shft_idx < n_bits;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9:8: error: expected for loop initializer
for (var int shft_idx=1, bit c=1'b0; shft_idx < n_bits;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9:27: error: expected identifier
for (var int shft_idx=1, bit c=1'b0; shft_idx < n_bits;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9:28: error: expected declarator
for (var int shft_idx=1, bit c=1'b0; shft_idx < n_bits;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9:31: error: expected ','
for (var int shft_idx=1, bit c=1'b0; shft_idx < n_bits;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:10:18: error: expected ';'
shft_idx++) begin
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:10:18: error: expected statement
shft_idx++) begin
^
name: class_member_test_14
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_48
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_19
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_3
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_8
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_15
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_35
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_39
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:8:9: error: expected identifier
function new;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:8:10: error: expected statement
function new;
^~~
name: class_member_test_55
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:7:1: error: language feature not yet supported
class myclass extends uvm_object;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: class_member_test_52
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_38
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_10
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:7:1: error: language feature not yet supported
class outerclass;
^~~~~~~~~~~~~~~~~
name: class_member_test_42
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8:9: error: expected identifier
function new (string name, virtual time_if vif);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8:10: error: expected statement
function new (string name, virtual time_if vif);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8:27: error: expected identifier
function new (string name, virtual time_if vif);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8:28: error: expected declarator
function new (string name, virtual time_if vif);
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8:35: error: expected ','
function new (string name, virtual time_if vif);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8:43: error: expected ','
function new (string name, virtual time_if vif);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8:47: error: expected declarator
function new (string name, virtual time_if vif);
^
name: class_member_test_7
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_29
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_11
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_6
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_37
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_17
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_18
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_16
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_43
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:8:9: error: expected identifier
function new (foo::bar name,
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:8:10: error: expected statement
function new (foo::bar name,
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:8:29: error: expected identifier
function new (foo::bar name,
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:9:5: error: expected declarator
virtual interface time_if vif,
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:9:22: error: expected ','
virtual interface time_if vif,
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:9:30: error: expected ','
virtual interface time_if vif,
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:8: error: expected declarator
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:10: error: expected ','
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:13: error: expected declarator
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:16: error: expected ','
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:19: error: expected ','
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:24: error: expected identifier
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:25: error: expected declarator
baz#(M,N)::foo bar, bit [K:0] b);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:30: error: expected ','
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:31: error: expected declarator
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:34: error: expected ','
baz#(M,N)::foo bar, bit [K:0] b);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10:36: error: expected declarator
baz#(M,N)::foo bar, bit [K:0] b);
^
name: class_member_test_41
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:7:1: error: language feature not yet supported
class constructible;
^~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:8:9: error: expected identifier
function new ();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:8:10: error: expected statement
function new ();
^~~
name: class_member_test_30
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: class_member_test_5
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:7:1: error: language feature not yet supported
class myclass;
^~~~~~~~~~~~~~
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7:1: error: language feature not yet supported
interface class base_ic extends basebase;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7:1: error: language feature not yet supported
interface class base_ic #(int N = 8, type T = string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7:1: error: language feature not yet supported
interface class base_ic extends base1, base2, base3;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7:1: error: language feature not yet supported
interface class base_ic #(int N = 8) extends pkg1::base1, base2#(N);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:9: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:8: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:9: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:10: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected int, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected ')', expecting ',' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error, unexpected int, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8: Define or directive not defined: `uvm_object_utils
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:9: Define or directive not defined: `uvm_object_registry
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:10: Define or directive not defined: `uvm_sweets
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: Define or directive not defined: `non_uvm_macro
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: Define or directive not defined: `banana
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8: Define or directive not defined: `moobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:9: Define or directive not defined: `zoobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:10: Define or directive not defined: `zootar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:11: Define or directive not defined: `zoojar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: syntax error, unexpected '#', expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8: Define or directive not defined: `uvm_object_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11: Define or directive not defined: `uvm_field_enum
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:12: Define or directive not defined: `uvm_object_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error, unexpected ')', expecting ',' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:9: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8: Define or directive not defined: `uvm_object_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:9: Define or directive not defined: `uvm_object_utils
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:10: Define or directive not defined: `uvm_object_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: Perhaps 'mypkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:12: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: Perhaps 'glb' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error, unexpected type, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8: Define or directive not defined: `uvm_field_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:9: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:10: Define or directive not defined: `uvm_field_real
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:11: Define or directive not defined: `uvm_field_enum
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:12: Define or directive not defined: `uvm_field_object
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:13: Define or directive not defined: `uvm_field_event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:14: Define or directive not defined: `uvm_field_string
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:15: Define or directive not defined: `uvm_field_array_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:16: Define or directive not defined: `uvm_field_sarray_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:17: Define or directive not defined: `uvm_field_aa_int_string
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:18: Define or directive not defined: `uvm_field_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 14 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8: Define or directive not defined: `moobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:9: Define or directive not defined: `zoobar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:10: Define or directive not defined: `zootar
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: Perhaps 'dbg_pkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8: Define or directive not defined: `uvm_new_func
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:9: Define or directive not defined: `uvm_new_func2
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:10: Define or directive not defined: `uvm_new_func3
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: Perhaps 'dbg_pkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8: Define or directive not defined: `uvm_component_utils
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:9: Define or directive not defined: `uvm_component_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:10: Define or directive not defined: `uvm_field_object
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:11: Define or directive not defined: `uvm_field_event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:12: Define or directive not defined: `uvm_field_string
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:13: Define or directive not defined: `uvm_component_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 9 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8: Define or directive not defined: `uvm_object_param_utils_begin
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:9: Define or directive not defined: `uvm_field_int
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:10: Define or directive not defined: `uvm_field_real
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:11: Define or directive not defined: `uvm_field_enum
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:12: Define or directive not defined: `uvm_object_utils_end
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:9: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:10: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8: Define or directive not defined: `uvm_object_registry
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv
name: class_member_test_33
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:10: syntax error, unexpected ',', expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv
name: class_member_test_44
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv
name: class_member_test_54
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: constraint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv
name: class_member_test_34
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv
name: class_member_test_31
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:9: syntax error, unexpected ','
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:9: syntax error, unexpected ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:10: syntax error, unexpected ')', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv
name: class_member_test_12
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv
name: class_member_test_36
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:8: syntax error, unexpected IDENTIFIER, expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv
name: class_member_test_50
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:9: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv
name: class_member_test_53
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: constraint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv
name: class_member_test_47
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:8: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:10: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:12: syntax error, unexpected '#', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:13: syntax error, unexpected '#', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 11 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv
name: class_member_test_9
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:8: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv
name: class_member_test_40
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv
name: class_member_test_28
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:9: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:9: syntax error, unexpected ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:10: syntax error, unexpected ')', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv
name: class_member_test_56
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: constraint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:9: Unsupported: SystemVerilog 2012 reserved word not implemented: soft
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: dist
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv
name: class_member_test_45
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv
name: class_member_test_58
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: constraint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: solve
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: before
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: solve
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: before
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: solve
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: before
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: solve
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: before
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 13 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv
name: class_member_test_2
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv
name: class_member_test_25
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:10: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv
name: class_member_test_13
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9: Define or directive not defined: `SSS
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:12: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 11 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv
name: class_member_test_0
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv
name: class_member_test_22
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8: syntax error, unexpected '#', expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv
name: class_member_test_1
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:8: syntax error, unexpected '.', expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv
name: class_member_test_20
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:8: syntax error, unexpected '#', expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv
name: class_member_test_27
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv
name: class_member_test_57
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: constraint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: dist
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv
name: class_member_test_4
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv
name: class_member_test_23
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:8: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:8: Perhaps 'mypkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv
name: class_member_test_21
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:8: syntax error, unexpected '#', expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv
name: class_member_test_49
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:9: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv
name: class_member_test_26
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:9: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv
name: class_member_test_51
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv
name: class_member_test_24
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:8: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:8: Perhaps 'mypkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv
name: class_member_test_46
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8: syntax error, unexpected int, expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv
name: class_member_test_32
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9: syntax error, unexpected var, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9: syntax error, unexpected ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:10: syntax error, unexpected ')', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv
name: class_member_test_14
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv
name: class_member_test_48
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:9: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv
name: class_member_test_19
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv
name: class_member_test_3
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv
name: class_member_test_8
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv
name: class_member_test_15
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:10: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv
name: class_member_test_35
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:8: syntax error, unexpected IDENTIFIER, expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv
name: class_member_test_39
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv
name: class_member_test_55
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:8: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: constraint
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:9: Unsupported: SystemVerilog 2012 reserved word not implemented: soft
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv
name: class_member_test_52
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:8: syntax error, unexpected ::, expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:8: Perhaps 'apkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv
name: class_member_test_38
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:8: syntax error, unexpected '.', expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv
name: class_member_test_10
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv
name: class_member_test_42
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8: syntax error, unexpected IDENTIFIER, expecting ',' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv
name: class_member_test_7
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv
name: class_member_test_29
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:9: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:9: syntax error, unexpected ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv
name: class_member_test_11
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv
name: class_member_test_6
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv
name: class_member_test_37
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv
name: class_member_test_17
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:8: syntax error, unexpected ::, expecting '(' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:8: Perhaps 'yourpkg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv
name: class_member_test_18
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv
name: class_member_test_16
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:10: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv
name: class_member_test_43
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10: syntax error, unexpected ')', expecting ',' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv
name: class_member_test_41
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv
name: class_member_test_30
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:9: syntax error, unexpected ','
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:9: syntax error, unexpected ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:10: syntax error, unexpected ')', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv
name: class_member_test_5
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:7: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:9: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:8: syntax error, unexpected ':'
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:9: syntax error, unexpected '#', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:9: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:8: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:10: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:11: syntax error, unexpected '#', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:8: syntax error, unexpected '[', expecting IDENTIFIER or PACKAGE-IDENTIFIER or TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:11: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:10: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:10: Perhaps 'bhg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:8: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:8: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:9: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv:7: syntax error, unexpected TOK_ID
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:7: syntax error, unexpected TOK_ID
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv:7: syntax error, unexpected TOK_ID
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv:7: syntax error, unexpected TOK_ID
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv:7: syntax error, unexpected TOK_ID
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: syntax error, unexpected TOK_ID
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error, unexpected TOK_ID
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: syntax error, unexpected TOK_ID
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv:7: syntax error, unexpected TOK_ID
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error, unexpected TOK_ID
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv:7: syntax error, unexpected TOK_ID
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:7: syntax error, unexpected TOK_ID
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:7: syntax error, unexpected TOK_ID
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv:7: syntax error, unexpected TOK_ID
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:7: syntax error, unexpected TOK_ID
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: syntax error, unexpected TOK_ID
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv:7: syntax error, unexpected TOK_ID
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv:7: syntax error, unexpected TOK_ID
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv:7: syntax error, unexpected TOK_ID
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:7: syntax error, unexpected TOK_ID
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv:7: syntax error, unexpected TOK_ID
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: syntax error, unexpected TOK_ID
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: syntax error, unexpected TOK_ID
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:7: syntax error, unexpected TOK_ID
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: syntax error, unexpected TOK_ID
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:7: syntax error, unexpected TOK_ID
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error, unexpected TOK_ID
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: syntax error, unexpected TOK_ID
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv:7: syntax error, unexpected TOK_ID
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: syntax error, unexpected TOK_ID
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:7: syntax error, unexpected TOK_ID
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error, unexpected TOK_ID
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:7: syntax error, unexpected TOK_ID
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:7: syntax error, unexpected TOK_ID
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: syntax error, unexpected TOK_ID
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:7: syntax error, unexpected TOK_ID
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: syntax error, unexpected TOK_ID
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: syntax error, unexpected TOK_ID
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: syntax error, unexpected TOK_ID
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:7: syntax error, unexpected TOK_ID
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:7: syntax error, unexpected TOK_ID
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv:7: syntax error, unexpected TOK_ID
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: syntax error, unexpected TOK_ID
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: syntax error, unexpected TOK_ID
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error, unexpected TOK_ID
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:7: syntax error, unexpected TOK_ID
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: syntax error, unexpected TOK_ID
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: syntax error, unexpected TOK_ID
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv:7: syntax error, unexpected TOK_ID
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:7: syntax error, unexpected TOK_ID
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:7: syntax error, unexpected TOK_ID
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: syntax error, unexpected TOK_ID
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: syntax error, unexpected TOK_ID
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:7: syntax error, unexpected TOK_ID
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: syntax error, unexpected TOK_ID
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: syntax error, unexpected TOK_ID
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:7: syntax error, unexpected TOK_ID
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: syntax error, unexpected TOK_ID
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: syntax error, unexpected TOK_ID
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:7: syntax error, unexpected TOK_ID
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: syntax error, unexpected TOK_ID
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:7: syntax error, unexpected TOK_ID
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv:7: syntax error, unexpected TOK_ID
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: syntax error, unexpected TOK_ID
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:7: syntax error, unexpected TOK_ID
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:7: syntax error, unexpected TOK_ID
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv:7: syntax error, unexpected TOK_ID
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: syntax error, unexpected TOK_ID
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:7: syntax error, unexpected TOK_ID
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_33
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_44
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_54
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_34
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_31
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_12
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_36
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_50
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_53
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_47
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_9
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_40
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_28
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_56
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_45
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_58
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_2
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_25
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_13
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_0
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_22
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_1
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_20
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_27
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_57
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_4
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_23
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_21
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_49
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_26
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_51
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_24
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_46
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_32
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_14
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_48
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_19
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_3
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_8
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_15
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_35
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_39
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_55
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_52
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_38
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_10
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_42
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_7
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_29
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_11
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_6
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_37
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_17
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_18
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_16
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_43
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_41
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_30
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:7: syntax error, unexpected TOK_ID
name: class_member_test_5
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7: syntax error, unexpected TOK_ID
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class event_calendar;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Base implements Pkg::Bar, Baz; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N=1, int P=2) extends Bar #(x,y,z);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(IFType=virtual x_if);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N, int P);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Driver;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Driver;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
virtual class Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
typedef class myclass_fwd;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(T=int);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(type IFType=virtual x_if);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class foo;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class semicolon_classy; ; ;;; ; ; ;endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Bar, Blah, Baz; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N, P);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class fields_with_modifiers;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Package::Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class param_types_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class automatic Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Base implements Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Bar; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class params_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class params_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class how_wide #(type DT=int) extends uvm_sequence_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(type IFType=virtual interface x_if);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int W=8, type Int=int) extends Bar #(x,y,z);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Bar #(x,y,z); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(x,y,z); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzxy;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(.v1(x),.v2(y)); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo extends Package::Bar #(x,y,z); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_id_as_call;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Bar#(N); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class static Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzyyy;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(int N);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo #(type KeyType=int, Int=int);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
virtual class foo extends bar;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
virtual class automatic Foo; endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class fields_with_modifiers;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class zzxx;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class pp_class;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class Foo implements Package::Bar#(1, 2); endclass
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class macros_as_class_item;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class how_wide;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_33
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_44
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_54
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass extends uvm_object;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_34
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_31
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_12
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class semaphore;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_36
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_50
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_53
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass extends uvm_object;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_47
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class fun_with_typedef_members;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_9
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_40
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_28
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_56
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass extends uvm_object;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_45
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_58
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass extends uvm_object;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_2
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_25
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_13
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class protected_stuff;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_0
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_22
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_1
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class c;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_20
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_27
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_57
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class foo_class extends bar;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_4
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_23
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_21
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_49
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_26
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_51
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_24
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_46
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_32
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_14
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_48
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_19
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_3
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_8
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_15
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_35
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_39
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_55
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass extends uvm_object;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_52
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_38
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_10
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class outerclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_42
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_7
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_29
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_11
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_6
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_37
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_17
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_18
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_16
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_43
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_41
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class constructible;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_30
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_member_test_5
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
class myclass;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic extends basebase;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic #(int N = 8, type T = string);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic extends base1, base2, base3;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic #(int N = 8) extends pkg1::base1, base2#(N);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv:10: error: invalid class item.
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv:7: syntax error
I give up.
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7: syntax error
I give up.
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7: syntax error
I give up.
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7: syntax error
I give up.
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:8: error: Packet doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:9: error: Packet doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:10: error: Packet doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:11: error: Packet doesn't name a type.
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8: warning: macro uvm_object_utils undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:9: warning: macro uvm_object_registry undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:10: warning: macro uvm_sweets undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: warning: macro non_uvm_macro undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:11: warning: macro banana undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8: syntax error
I give up.
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:8: error: data_type_or_module_type doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:9: error: data_type_or_module_type doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:10: error: data_type_or_module_type doesn't name a type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv:11: error: data_type_or_module_type doesn't name a type.
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv:7: syntax error
I give up.
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8: warning: macro moobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:9: warning: macro zoobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:10: warning: macro zootar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:11: warning: macro zoojar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8: syntax error
I give up.
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7: syntax error
I give up.
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv:7: syntax error
I give up.
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: error: Error in task/function port item after port name analysis_port.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8: syntax error
I give up.
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7: syntax error
I give up.
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv:9: error: invalid class item.
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 14

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv:7: error: invalid class item.
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv:7: syntax error
I give up.
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv:7: syntax error
I give up.
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8: warning: macro uvm_object_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11: warning: macro uvm_field_enum undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:12: warning: macro uvm_object_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:10: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:11: syntax error
I give up.
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7: syntax error
I give up.
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv:9: error: invalid class item.
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8: warning: macro uvm_object_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:9: warning: macro uvm_object_utils undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:10: warning: macro uvm_object_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8: syntax error
I give up.
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv:7: syntax error
I give up.
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 10

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:10: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:11: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:12: error: invalid class item.
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv:7: syntax error
I give up.
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv:7: syntax error
I give up.
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv:7: syntax error
I give up.
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv:10: error: invalid class item.
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv:9: error: invalid class item.
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7: syntax error
I give up.
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7: syntax error
I give up.
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7: syntax error
I give up.
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8: warning: macro uvm_field_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:9: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:10: warning: macro uvm_field_real undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:11: warning: macro uvm_field_enum undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:12: warning: macro uvm_field_object undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:13: warning: macro uvm_field_event undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:14: warning: macro uvm_field_string undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:15: warning: macro uvm_field_array_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:16: warning: macro uvm_field_sarray_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:17: warning: macro uvm_field_aa_int_string undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:18: warning: macro uvm_field_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8: syntax error
I give up.
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv:7: syntax error
I give up.
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv:7: syntax error
I give up.
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8: warning: macro moobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:9: warning: macro zoobar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:10: warning: macro zootar undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8: syntax error
I give up.
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: error: Error in task/function port item after port name dbg_pkg.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8: syntax error
I give up.
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv:7: syntax error
I give up.
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv:7: syntax error
I give up.
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8: warning: macro uvm_new_func undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:9: warning: macro uvm_new_func2 undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:10: warning: macro uvm_new_func3 undefined (and assumed null) at this point.
No top level modules, and no -s option.
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv:7: syntax error
I give up.
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv:7: syntax error
I give up.
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: error: Error in task/function port item after port name dbg_pkg.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: error: Syntax error in task/function port declaration.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8: syntax error
I give up.
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7: syntax error
I give up.
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7: syntax error
I give up.
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8: warning: macro uvm_component_utils undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:9: warning: macro uvm_component_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:10: warning: macro uvm_field_object undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:11: warning: macro uvm_field_event undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:12: warning: macro uvm_field_string undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:13: warning: macro uvm_component_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8: syntax error
I give up.
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv:7: syntax error
I give up.
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8: warning: macro uvm_object_param_utils_begin undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:9: warning: macro uvm_field_int undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:10: warning: macro uvm_field_real undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:11: warning: macro uvm_field_enum undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:12: warning: macro uvm_object_utils_end undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8: syntax error
I give up.
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv:7: syntax error
I give up.
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv:9: error: data_type_or_module_type doesn't name a type.
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8: error: invalid class item.
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv:7: syntax error
I give up.
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8: warning: macro uvm_object_registry undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8: syntax error
I give up.
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv:8: error: invalid class item.
name: class_member_test_33
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv:8: error: Syntax error defining function.
name: class_member_test_44
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:8: sorry: External constructors are not yet supported.
name: class_member_test_54
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:7: syntax error
I give up.
name: class_member_test_34
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_member_test_31
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv:8: error: Syntax error defining function.
name: class_member_test_12
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv:8: error: invalid class item.
name: class_member_test_36
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:9: syntax error
I give up.
name: class_member_test_50
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:10: error: invalid class item.
name: class_member_test_53
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:7: syntax error
I give up.
name: class_member_test_47
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv']
incdirs: []
top_module:
rc: 14

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:10: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:11: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:12: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:13: error: invalid class item.
name: class_member_test_9
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:8: error: invalid class item.
name: class_member_test_40
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_member_test_28
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv:8: error: Syntax error defining function.
name: class_member_test_56
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:7: syntax error
I give up.
name: class_member_test_45
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:8: sorry: External constructors are not yet supported.
name: class_member_test_58
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:7: syntax error
I give up.
name: class_member_test_2
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:8: error: Error in task/function port item after port name arg_type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:8: syntax error
I give up.
name: class_member_test_25
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:8: sorry: External methods are not yet supported.
name: class_member_test_13
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9: warning: macro SSS undefined (and assumed null) at this point.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:10: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:11: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:12: error: invalid class item.
name: class_member_test_0
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_member_test_22
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8: error: invalid class item.
name: class_member_test_1
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:8: syntax error
name: class_member_test_20
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:8: error: Error in task/function port item after port name ducktype.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:8: syntax error
I give up.
name: class_member_test_27
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:8: error: Error in task/function port item after port name uvm_phase.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:8: syntax error
I give up.
name: class_member_test_57
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:7: syntax error
I give up.
name: class_member_test_4
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:8: error: Error in task/function port item after port name arg_type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:8: syntax error
I give up.
name: class_member_test_23
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:8: error: Error in task/function port item after port name mypkg.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:8: syntax error
I give up.
name: class_member_test_21
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:8: error: invalid class item.
name: class_member_test_49
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:9: error: invalid class item.
name: class_member_test_26
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:9: error: invalid class item.
name: class_member_test_51
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_member_test_24
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:8: error: Error in task/function port item after port name mypkg.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:8: syntax error
I give up.
name: class_member_test_46
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8: sorry: External constructors are not yet supported.
name: class_member_test_32
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv:8: error: Syntax error defining function.
name: class_member_test_14
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_member_test_48
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:9: error: invalid class item.
name: class_member_test_19
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:8: sorry: External methods are not yet supported.
name: class_member_test_3
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:8: error: invalid class item.
name: class_member_test_8
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:8: error: invalid class item.
name: class_member_test_15
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:8: sorry: External methods are not yet supported.
name: class_member_test_35
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:9: syntax error
I give up.
name: class_member_test_39
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv:1: error: I give up on this class constructor declaration.
name: class_member_test_55
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:7: syntax error
I give up.
name: class_member_test_52
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:8: error: Syntax error defining function.
name: class_member_test_38
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:9: syntax error
I give up.
name: class_member_test_10
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv:13: syntax error
I give up.
name: class_member_test_42
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv:8: syntax error
I give up.
name: class_member_test_7
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:8: error: invalid class item.
name: class_member_test_29
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv:8: error: Syntax error defining function.
name: class_member_test_11
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_member_test_6
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:8: error: Error in task/function port item after port name arg_type.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:8: syntax error
I give up.
name: class_member_test_37
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:10: syntax error
I give up.
name: class_member_test_17
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:8: error: invalid class item.
name: class_member_test_18
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:8: sorry: External methods are not yet supported.
name: class_member_test_16
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:8: error: invalid class item.
name: class_member_test_43
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv']
incdirs: []
top_module:
rc: 9

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:8: error: Error in task/function port item after port name foo.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10: error: Error in task/function port item after port name baz.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:9: error: Syntax error in task/function port declaration.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10: error: Syntax error in task/function port declaration.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:10: error: Syntax error in task/function port declaration.
name: class_member_test_41
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv']
incdirs: []
top_module:
rc: 1

No top level modules, and no -s option.
name: class_member_test_30
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv:8: error: Syntax error defining function.
name: class_member_test_5
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:8: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:9: error: invalid class item.
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: syntax error
I give up.
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7: syntax error
I give up.
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7: syntax error
I give up.
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7: syntax error
I give up.
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7: syntax error
I give up.
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7: syntax error
I give up.
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7: syntax error
I give up.
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7: syntax error
I give up.
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: syntax error
I give up.
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: syntax error
I give up.
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7: syntax error
I give up.
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7: syntax error
I give up.
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '=' (Sym_eq) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv:7:19.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '[*' (Sym_brack_l_aster) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv:8:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_utils, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv:8:19
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: moobar, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv:8:9
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 0


name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '=' (Sym_eq) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv:7:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'IFType' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv:7:18.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv:8:25
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv:8:25
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv:8:20.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'DT' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv:7:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'IFType' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv:7:18.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'W' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_field_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv:8:24
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: moobar, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv:8:9
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_new_func, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv:8:15
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'N' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'KeyType' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv:7:18.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_component_utils, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv:8:22
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_param_utils_begin, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv:8:31
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: uvm_object_registry, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv:8:22
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_33
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_44
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_54
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '+' (Sym_plus) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv:9:5.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_34
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_31
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_12
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_36
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_50
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_53
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '+' (Sym_plus) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv:9:5.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_47
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'harness_if' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv:10:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_9
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'local' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_40
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_28
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_56
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'A' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv:9:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_45
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_58
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'x' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_2
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'task' (KW_task) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_25
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'virtual' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_13
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Lexical Error: Undefined macro: SSS, at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv:9:38
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/Lex.x:353:21 in main:Language.SystemVerilog.Parser.Lex
name: class_member_test_0
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_22
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_1
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '.' (Sym_dot) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv:8:12.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_20
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_27
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_57
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'dist' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv:9:5.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_4
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'virtual' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_23
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_21
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_49
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_26
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv:8:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_51
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'begin' (KW_begin) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv:9:20.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_24
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_46
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_32
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_14
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_48
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv:9:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_19
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_3
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'task' (KW_task) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_8
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'protected' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_15
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_35
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'subroutine' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv:8:31.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_39
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_55
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'A' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv:9:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_52
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'begin' (KW_begin) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv:9:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_38
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_10
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_42
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_7
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'virtual' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_29
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_11
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_6
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'protected' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_37
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_17
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_18
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_16
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv:8:8.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_43
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv:9:13.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_41
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_30
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: no tokens left to parse.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6279:22 in main:Language.SystemVerilog.Parser.Parse
name: class_member_test_5
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'task' (KW_task) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv:8:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: class_test_30
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_30.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_54
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_54.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_48
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_48.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_65
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_65.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_62
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_62.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_29
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_29.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_12
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_16
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_61
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_61.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_11
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_60
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_60.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_55
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_55.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_41
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_41.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_68
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_68.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_56
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_56.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_20
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_20.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_69
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_69.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_63
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_63.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_4
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_39
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_39.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_31
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_31.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_14
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_7
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_32
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_32.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_17
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_36
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_36.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_0
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_23
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_23.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_64
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_64.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_24
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_24.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_43
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_43.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_10
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_58
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_58.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_42
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_42.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_25
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_25.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_53
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_53.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_3
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_28
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_28.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_6
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_49
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_49.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_50
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_50.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_66
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_66.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_52
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_52.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_18
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_13
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_44
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_44.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_8
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_21
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_21.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_59
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_59.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_38
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_38.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_33
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_33.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_22
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_22.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_19
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_19.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_47
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_47.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_26
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_26.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_2
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_34
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_34.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_9
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_15
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_46
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_46.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_37
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_37.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_45
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_45.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_1
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_5
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_57
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_57.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_35
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_35.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_67
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_67.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_27
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_27.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_40
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_40.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_test_51
description: Test
should_fail: 0
tags: 6.15 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/class/class_test_51.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_33
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_33.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_44
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_44.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_54
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_54.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_34
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_34.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_31
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_31.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_12
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_12.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_36
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_36.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_50
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_50.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_53
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_53.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_47
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_47.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_9
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_40
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_40.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_28
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_28.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_56
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_56.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_45
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_45.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_58
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_58.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_2
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_25
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_25.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_13
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_13.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_0
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_22
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_22.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_1
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_20
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_20.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_27
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_27.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_57
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_57.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_4
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_23
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_23.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_21
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_21.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_49
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_49.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_26
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_26.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_51
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_51.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_24
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_24.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_46
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_46.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_32
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_32.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_14
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_14.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_48
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_48.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_19
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_19.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_3
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_8
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_15
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_15.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_35
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_35.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_39
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_39.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_55
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_55.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_52
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_52.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_38
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_38.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_10
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_42
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_42.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_7
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_29
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_29.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_11
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_6
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_37
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_37.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_17
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_17.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_18
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_18.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_16
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_16.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_43
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_43.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_41
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_41.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_30
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_30.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: class_member_test_5
description: Test
should_fail: 0
tags: 8.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/member/class_member_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: instantiation
description: simple class instantiation test
should_fail: 0
tags: 8.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:12:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
name: instantiation
description: simple class instantiation test
should_fail: 0
tags: 8.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: null
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:15: syntax error, unexpected ')', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv
name: instantiation
description: simple class instantiation test
should_fail: 0
tags: 8.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: instantiation
description: simple class instantiation test
should_fail: 0
tags: 8.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
test_cls test_obj;
name: instantiation
description: simple class instantiation test
should_fail: 0
tags: 8.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv']
incdirs: []
top_module:
rc: 0

name: instantiation
description: simple class instantiation test
should_fail: 0
tags: 8.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: expected comma or end of decl, got: [DTIdent "test_obj"]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:363:18 in main:Language.SystemVerilog.Parser.ParseDecl
name: instantiation
description: simple class instantiation test
should_fail: 0
tags: 8.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.4--instantiation.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: properties_enum
description: enum defined inside class
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:12:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:15:14: error: language feature not yet supported
test_obj = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:16:12: error: use of undeclared identifier 'test_cls'
$display(test_cls.C);
^~~~~~~~
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8:2: error: language feature not yet supported
class test_cls #(parameter a = 12);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:11:2: error: language feature not yet supported
test_cls #(34) test_obj;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:14:14: error: language feature not yet supported
test_obj = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:15:12: error: use of undeclared identifier 'test_cls'
$display(test_cls.a);
^~~~~~~~
name: properties
description: class properties test
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:12:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:15:14: error: language feature not yet supported
test_obj = new;
^~~
name: properties_enum
description: enum defined inside class
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:15: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: syntax error, unexpected parameter, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:14: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv
name: properties
description: class properties test
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:15: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv
name: properties_enum
description: enum defined inside class
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: syntax error, unexpected '#', expecting '(' or '['
name: properties
description: class properties test
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: properties_enum
description: enum defined inside class
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv::9 error in parsing: (syntax error, unexpected '{', expecting '(')
typedef enum {A = 10, B = 20, C = 30, D = 1} e_type;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
test_cls test_obj;
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv::8 error in parsing: (syntax error, unexpected '#', expecting '(')
class test_cls #(parameter a = 12);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv::11 error in parsing: (syntax error, unexpected '#', expecting '(')
test_cls #(34) test_obj;
name: properties
description: class properties test
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
test_cls test_obj;
name: properties_enum
description: enum defined inside class
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:9: error: invalid class item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv:16: error: malformed statement
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:11: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:15: error: malformed statement
name: properties
description: class properties test
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv']
incdirs: []
top_module:
rc: 0

name: properties_enum
description: enum defined inside class
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: expected comma or end of decl, got: [DTIdent "test_obj"]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:363:18 in main:Language.SystemVerilog.Parser.ParseDecl
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'parameter' (KW_parameter) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8:26.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: properties
description: class properties test
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: expected comma or end of decl, got: [DTIdent "test_obj"]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:363:18 in main:Language.SystemVerilog.Parser.ParseDecl
name: properties_enum
description: enum defined inside class
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties_enum.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: properties
description: class properties test
should_fail: 0
tags: 8.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--properties.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: methods
description: class method test
should_fail: 0
tags: 8.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:16:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:19:14: error: language feature not yet supported
test_obj = new;
^~~
name: methods
description: class method test
should_fail: 0
tags: 8.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:19: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv
name: methods
description: class method test
should_fail: 0
tags: 8.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: methods
description: class method test
should_fail: 0
tags: 8.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::10 Unsuported token
task test_method(int val);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::12 error in parsing: (syntax error, unexpected '+', expecting vSYMBOL_ID or '#')
a += val;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::13 Unsuported token
endtask
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
test_cls test_obj;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::25 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test_obj.test_method(9);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv::28 error in parsing: (syntax error, unexpected vEND)
end
ERROR (11)::PARSE_ERROR Parser found (2) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: methods
description: class method test
should_fail: 0
tags: 8.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv']
incdirs: []
top_module:
rc: 0

name: methods
description: class method test
should_fail: 0
tags: 8.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv:25:37.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: methods
description: class method test
should_fail: 0
tags: 8.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.6--methods.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:14:2: error: language feature not yet supported
class test_cls extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:22:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:25:14: error: language feature not yet supported
test_obj = new(37);
^~~~~~~
name: constructor_param
description: class constructor with arguments test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:10:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:10:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:10:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:16:3: error: use of undeclared identifier 'test_cls'
test_cls test_obj = new(37);
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:16:23: error: language feature not yet supported
test_cls test_obj = new(37);
^~~~~~~
name: constructor
description: class constructor test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:10:11: error: expected identifier
function new();
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:10:12: error: expected statement
function new();
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:16:3: error: use of undeclared identifier 'test_cls'
test_cls test_obj = new;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:16:23: error: language feature not yet supported
test_cls test_obj = new;
^~~
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 13 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv
name: constructor_param
description: class constructor with arguments test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv
name: constructor
description: class constructor test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: constructor_param
description: class constructor with arguments test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: constructor
description: class constructor test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 3);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::15 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::16 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 42);
name: constructor_param
description: class constructor with arguments test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 42);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv::19 error in parsing: (syntax error, unexpected vEND)
end
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: constructor
description: class constructor test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv::19 error in parsing: (syntax error, unexpected vEND)
end
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 0

name: constructor_param
description: class constructor with arguments test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:16: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:19: syntax error
I give up.
name: constructor
description: class constructor test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:16: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:19: syntax error
I give up.
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:17:34.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: constructor_param
description: class constructor with arguments test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'initial' (KW_initial) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv:15:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: constructor
description: class constructor test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'initial' (KW_initial) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv:15:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: constructor_param
description: class constructor with arguments test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_param.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: constructor
description: class constructor test
should_fail: 0
tags: 8.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typed_constructor
description: class typed constructor test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:10:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:10:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:10:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:15:2: error: language feature not yet supported
class test_cls extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:17:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:17:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:17:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:23:2: error: use of undeclared identifier 'super_cls'
super_cls super_obj;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:26:15: error: language feature not yet supported
super_obj = test_cls::new;
^~~~~~~~~~~~~
name: typed_constructor_param
description: typed class constructor with parameters test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:10:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:10:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:10:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:15:2: error: language feature not yet supported
class test_cls #(int t = 12) extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:17:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:17:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:17:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:23:2: error: use of undeclared identifier 'super_cls'
super_cls super_obj;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:15: error: use of undeclared identifier 'test_cls'
super_obj = test_cls $(.t(23))::new(.def(41));
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:23: error: expected ';'
super_obj = test_cls $(.t(23))::new(.def(41));
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:24: error: expected statement
super_obj = test_cls $(.t(23))::new(.def(41));
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:27: error: use of undeclared identifier 't'
super_obj = test_cls $(.t(23))::new(.def(41));
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:32: error: expected ';'
super_obj = test_cls $(.t(23))::new(.def(41));
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:32: error: expected statement
super_obj = test_cls $(.t(23))::new(.def(41));
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:40: error: use of undeclared identifier 'def'
super_obj = test_cls $(.t(23))::new(.def(41));
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:47: error: expected ';'
super_obj = test_cls $(.t(23))::new(.def(41));
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26:47: error: expected statement
super_obj = test_cls $(.t(23))::new(.def(41));
^
name: typed_constructor
description: class typed constructor test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:17: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:26: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:26: Perhaps 'test_cls' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 15 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv
name: typed_constructor_param
description: typed class constructor with parameters test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:17: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26: syntax error, unexpected $undefined, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 14 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv
name: typed_constructor
description: class typed constructor test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: typed_constructor_param
description: typed class constructor with parameters test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: typed_constructor
description: class typed constructor test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 3);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::16 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::17 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 42);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::26 error in parsing: (syntax error, unexpected ':', expecting ';')
super_obj = test_cls::new;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv::30 error in parsing: (syntax error, unexpected vEND)
end
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typed_constructor_param
description: typed class constructor with parameters test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 3);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::16 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::17 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 42);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::26 error in parsing: (syntax error, unexpected ':', expecting ';')
super_obj = test_cls $(.t(23))::new(.def(41));
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv::30 error in parsing: (syntax error, unexpected vEND)
end
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: typed_constructor
description: class typed constructor test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:26: error: malformed statement
name: typed_constructor_param
description: typed class constructor with parameters test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:15: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:17: error: I give up on this function definition.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:23: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:26: error: malformed statement
name: typed_constructor
description: class typed constructor test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv:18:34.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typed_constructor_param
description: typed class constructor with parameters test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 't' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv:15:30.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: typed_constructor
description: class typed constructor test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: typed_constructor_param
description: typed class constructor with parameters test
should_fail: 0
tags: 8.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.8--typed_constructor_param.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: static_properties
description: static class properties test
should_fail: 0
tags: 8.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:12:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj0;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:13:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj1;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:16:15: error: language feature not yet supported
test_obj0 = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:17:15: error: language feature not yet supported
test_obj1 = new;
^~~
name: static_properties
description: static class properties test
should_fail: 0
tags: 8.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:9: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:16: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:17: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 8 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv
name: static_properties
description: static class properties test
should_fail: 0
tags: 8.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: static_properties
description: static class properties test
should_fail: 0
tags: 8.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
static int s = 24;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
test_cls test_obj0;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv::13 error in parsing: (syntax error, unexpected ';', expecting '(')
test_cls test_obj1;
name: static_properties
description: static class properties test
should_fail: 0
tags: 8.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv']
incdirs: []
top_module:
rc: 0

name: static_properties
description: static class properties test
should_fail: 0
tags: 8.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: unexpected non-automatic lifetime: [DTLifetime static,DTType int,DTIdent "s",DTAsgn = 24]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:274:14 in main:Language.SystemVerilog.Parser.ParseDecl
name: static_properties
description: static class properties test
should_fail: 0
tags: 8.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.9--static_properties.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: static_methods
description: static class methods test
should_fail: 0
tags: 8.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:15:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj0;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:16:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj1;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:19:15: error: language feature not yet supported
test_obj0 = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:20:15: error: language feature not yet supported
test_obj1 = new;
^~~
name: static_methods
description: static class methods test
should_fail: 0
tags: 8.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:9: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:10: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:10: syntax error, unexpected function, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:19: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:20: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 10 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv
name: static_methods
description: static class methods test
should_fail: 0
tags: 8.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: static_methods
description: static class methods test
should_fail: 0
tags: 8.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
static int id = 0;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv::16 error in parsing: (syntax error, unexpected ';', expecting '(')
test_cls test_obj1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv::22 error in parsing: (syntax error, unexpected ')')
$display(test_obj0.next_id());
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv::23 error in parsing: (syntax error, unexpected ')')
$display(test_obj1.next_id());
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: static_methods
description: static class methods test
should_fail: 0
tags: 8.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv']
incdirs: []
top_module:
rc: 0

name: static_methods
description: static class methods test
should_fail: 0
tags: 8.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv:10:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: static_methods
description: static class methods test
should_fail: 0
tags: 8.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.10--static_methods.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: this
description: this keyword test
should_fail: 0
tags: 8.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
name: this
description: this keyword test
should_fail: 0
tags: 8.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: this
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:12: syntax error, unexpected '.'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv
name: this
description: this keyword test
should_fail: 0
tags: 8.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: this
description: this keyword test
should_fail: 0
tags: 8.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv::10 Unsuported token
task test_method(int a);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv::12 error in parsing: (syntax error, unexpected '+', expecting vSYMBOL_ID or '#')
this.a += a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv::13 Unsuported token
endtask
^~~~
ERROR (8)::PARSE_ERROR Parser found (2) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: this
description: this keyword test
should_fail: 0
tags: 8.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv']
incdirs: []
top_module:
rc: 0

name: this
description: this keyword test
should_fail: 0
tags: 8.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endmodule' (KW_endmodule) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv:15:1.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: this
description: this keyword test
should_fail: 0
tags: 8.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.11--this.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: assignment
description: object assignment
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:16:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj0;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:17:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj1;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:20:15: error: language feature not yet supported
test_obj0 = new;
^~~
name: shallow_copy
description: object shallow copy
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:16:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj0;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:17:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj1;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:20:15: error: language feature not yet supported
test_obj0 = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:26:15: error: language feature not yet supported
test_obj1 = new test_obj0;
^~~~~~~~~~~~~
name: assignment
description: object assignment
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:20: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv
name: shallow_copy
description: object shallow copy
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:20: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv
name: assignment
description: object assignment
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: shallow_copy
description: object shallow copy
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: assignment
description: object assignment
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::10 Unsuported token
task test_method(int val);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::12 error in parsing: (syntax error, unexpected '+', expecting vSYMBOL_ID or '#')
a += val;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::13 Unsuported token
endtask
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
test_cls test_obj0;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::17 error in parsing: (syntax error, unexpected ';', expecting '(')
test_cls test_obj1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::27 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test_obj0.test_method(9);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv::30 error in parsing: (syntax error, unexpected vEND)
end
ERROR (12)::PARSE_ERROR Parser found (2) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: shallow_copy
description: object shallow copy
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::10 Unsuported token
task test_method(int val);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::12 error in parsing: (syntax error, unexpected '+', expecting vSYMBOL_ID or '#')
a += val;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::13 Unsuported token
endtask
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
test_cls test_obj0;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::17 error in parsing: (syntax error, unexpected ';', expecting '(')
test_cls test_obj1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::26 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
test_obj1 = new test_obj0;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv::31 error in parsing: (syntax error, unexpected vEND)
end
ERROR (12)::PARSE_ERROR Parser found (2) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: assignment
description: object assignment
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv']
incdirs: []
top_module:
rc: 0

name: shallow_copy
description: object shallow copy
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv']
incdirs: []
top_module:
rc: 0

name: assignment
description: object assignment
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv:27:38.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: shallow_copy
description: object shallow copy
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'test_obj0' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv:26:33.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: assignment
description: object assignment
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: shallow_copy
description: object shallow copy
should_fail: 0
tags: 8.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.12--shallow_copy.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: inheritance
description: class inheritance test
should_fail: 0
tags: 8.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:13:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:13:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:13:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:18:2: error: language feature not yet supported
class test_cls extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:20:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:20:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:20:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:26:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:29:14: error: language feature not yet supported
test_obj = new(37);
^~~~~~~
name: inheritance
description: class inheritance test
should_fail: 0
tags: 8.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:11: syntax error, unexpected ++, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:13: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:20: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:29: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 14 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv
name: inheritance
description: class inheritance test
should_fail: 0
tags: 8.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: inheritance
description: class inheritance test
should_fail: 0
tags: 8.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function int incs();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::19 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::20 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 42);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::31 error in parsing: (syntax error, unexpected ')')
$display(test_obj.incs());
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv::33 error in parsing: (syntax error, unexpected vEND)
end
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: inheritance
description: class inheritance test
should_fail: 0
tags: 8.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv']
incdirs: []
top_module:
rc: 134

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:11: assert: elab_expr.cc:5948: failed assertion expr_type_ != IVL_VT_NO_TYPE
Aborted (core dumped)
name: inheritance
description: class inheritance test
should_fail: 0
tags: 8.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '++' (Sym_plus_plus) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv:11:32.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: inheritance
description: class inheritance test
should_fail: 0
tags: 8.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.13--inheritance.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: override_member
description: class member override test
should_fail: 0
tags: 8.14
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:13:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:13:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:13:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:18:2: error: language feature not yet supported
class test_cls extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:24:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:24:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:24:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:30:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:31:2: error: use of undeclared identifier 'super_cls'
super_cls super_obj;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:34:14: error: language feature not yet supported
test_obj = new(37);
^~~~~~~
name: override_member
description: class member override test
should_fail: 0
tags: 8.14
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:11: syntax error, unexpected ++, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:13: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:24: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:28: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:34: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 14 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv
name: override_member
description: class member override test
should_fail: 0
tags: 8.14
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: override_member
description: class member override test
should_fail: 0
tags: 8.14
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function int incs();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::19 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::20 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function int incs();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::31 error in parsing: (syntax error, unexpected ';', expecting '(')
super_cls super_obj;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::38 error in parsing: (syntax error, unexpected ')')
$display(test_obj.incs());
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv::40 error in parsing: (syntax error, unexpected ')')
$display(super_obj.incs());
ERROR (11)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: override_member
description: class member override test
should_fail: 0
tags: 8.14
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv']
incdirs: []
top_module:
rc: 134

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:11: assert: elab_expr.cc:5948: failed assertion expr_type_ != IVL_VT_NO_TYPE
Aborted (core dumped)
name: override_member
description: class member override test
should_fail: 0
tags: 8.14
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '++' (Sym_plus_plus) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv:11:32.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: override_member
description: class member override test
should_fail: 0
tags: 8.14
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.14--override_member.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: super
description: accessing superclass methods via super
should_fail: 0
tags: 8.15
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:13:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:13:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:13:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:18:2: error: language feature not yet supported
class test_cls extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:24:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:24:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:24:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:30:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:31:2: error: use of undeclared identifier 'super_cls'
super_cls super_obj;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:34:14: error: language feature not yet supported
test_obj = new(37);
^~~~~~~
name: super
description: accessing superclass methods via super
should_fail: 0
tags: 8.15
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:11: syntax error, unexpected ++, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:13: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:22: syntax error, unexpected '.', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:24: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:28: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:34: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 16 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv
name: super
description: accessing superclass methods via super
should_fail: 0
tags: 8.15
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: super
description: accessing superclass methods via super
should_fail: 0
tags: 8.15
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function int incs();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::19 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::20 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function int incs();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::31 error in parsing: (syntax error, unexpected ';', expecting '(')
super_cls super_obj;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv::38 error in parsing: (syntax error, unexpected ')')
$display(test_obj.incs());
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: super
description: accessing superclass methods via super
should_fail: 0
tags: 8.15
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv']
incdirs: []
top_module:
rc: 134

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:11: assert: elab_expr.cc:5948: failed assertion expr_type_ != IVL_VT_NO_TYPE
Aborted (core dumped)
name: super
description: accessing superclass methods via super
should_fail: 0
tags: 8.15
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '++' (Sym_plus_plus) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv:11:32.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: super
description: accessing superclass methods via super
should_fail: 0
tags: 8.15
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.15--super.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: cast_func
description: $cast function test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv:11:7: error: use of undeclared identifier '$cast'
if(!$cast(val, 5))
^~~~~
name: cast_task
description: $cast task test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv:11:3: error: use of undeclared identifier '$cast'
$cast(val, 3);
^~~~~
name: cast_func
description: $cast function test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv:11: Unsupported or unknown PLI call: $cast
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv
name: cast_task
description: $cast task test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv:11: Unsupported or unknown PLI call: $cast
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv
name: cast_func
description: $cast function test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv:8: syntax error, unexpected '{', expecting '(' or '['
name: cast_task
description: $cast task test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv:8: syntax error, unexpected '{', expecting '(' or '['
name: cast_func
description: $cast function test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv::8 error in parsing: (syntax error, unexpected '{', expecting '(')
typedef enum { aaa, bbb, ccc, ddd, eee } values;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
values val;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv::14 error in parsing: (syntax error, unexpected vEND)
end
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: cast_task
description: $cast task test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv::8 error in parsing: (syntax error, unexpected '{', expecting '(')
typedef enum { aaa, bbb, ccc, ddd, eee } values;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
values val;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv::13 error in parsing: (syntax error, unexpected vEND)
end
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: cast_func
description: $cast function test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv']
incdirs: []
top_module:
rc: 0

name: cast_task
description: $cast task test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv']
incdirs: []
top_module:
rc: 0

name: cast_func
description: $cast function test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv']
incdirs: []
top_module:
rc: 0

module class_tb;
initial begin : sv2v_autoblock_0
reg [31:0] val;
if ((! $cast(val, 5))) $display("$cast failed");
$display(val);
end
endmodule
name: cast_task
description: $cast task test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv']
incdirs: []
top_module:
rc: 0

module class_tb;
initial begin : sv2v_autoblock_0
reg [31:0] val;
$cast(val, 3);
$display(val);
end
endmodule
name: cast_func
description: $cast function test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_func.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: cast_task
description: $cast task test
should_fail: 0
tags: 8.16
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.16--cast_task.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:14:2: error: language feature not yet supported
class test_cls extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:22:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:25:14: error: language feature not yet supported
test_obj = new(37);
^~~~~~~
name: constructor_const_arg
description: class inheritance with a constant constructor argument
should_fail: 0
tags: 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:10:11: error: expected identifier
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:10:12: error: expected statement
function new(int def = 3);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:10:27: error: expected declarator
function new(int def = 3);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:14:2: error: language feature not yet supported
class test_cls extends super_cls(5);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:16:11: error: expected identifier
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:16:12: error: expected statement
function new(int def = 42);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:16:28: error: expected declarator
function new(int def = 42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:21:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:24:14: error: language feature not yet supported
test_obj = new(37);
^~~~~~~
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:16: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: super
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 13 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv
name: constructor_const_arg
description: class inheritance with a constant constructor argument
should_fail: 0
tags: 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:16: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: Exiting due to 11 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: constructor_const_arg
description: class inheritance with a constant constructor argument
should_fail: 0
tags: 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 3);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::15 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv::16 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 42);
name: constructor_const_arg
description: class inheritance with a constant constructor argument
should_fail: 0
tags: 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int s = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 3);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv::15 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv::16 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int def = 42);
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 0

name: constructor_const_arg
description: class inheritance with a constant constructor argument
should_fail: 0
tags: 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv']
incdirs: []
top_module:
rc: 0

name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv:17:34.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: constructor_const_arg
description: class inheritance with a constant constructor argument
should_fail: 0
tags: 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: unrecognized instantiation: [DTIdent "class",DTIdent "test_cls",DTIdent "extends",DTIdent "super_cls",DTInstance [("",Just 5)]]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:144:26 in main:Language.SystemVerilog.Parser.ParseDecl
name: constructor_super
description: class constructor super test
should_fail: 0
tags: 8.7 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.7--constructor_super.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: constructor_const_arg
description: class inheritance with a constant constructor argument
should_fail: 0
tags: 8.17
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.17--constructor_const_arg.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: inherited_prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: local_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: inherited_prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: inherited_local_from_inside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: inherited_local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:9:1: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:15:1: error: language feature not yet supported
class b_cls extends a_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:24:1: error: use of undeclared identifier 'b_cls'
b_cls b_obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:27:13: error: language feature not yet supported
b_obj = new;
^~~
name: var_protected
description: class with protected variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv:8:2: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
name: var_local
description: class with local variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv:8:2: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
name: inherited_prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv
name: local_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv
name: inherited_prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv
name: inherited_local_from_inside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv
name: local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv
name: prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv
name: inherited_local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv
name: prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:9: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv
name: var_protected
description: class with protected variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: protected
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv
name: var_local
description: class with local variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: local
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv
name: inherited_prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: local_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: inherited_prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: inherited_local_from_inside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: inherited_local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: var_protected
description: class with protected variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: var_local
description: class with local variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: inherited_prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: local_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: inherited_prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: inherited_local_from_inside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: inherited_local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 21;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::11 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 22;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class b_cls extends a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int b_loc = 31;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int b_prot = 32;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::18 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 33;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
b_obj.fun();
ERROR (14)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: var_protected
description: class with protected variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
protected int a_prot = 2;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: var_local
description: class with local variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
local int a_loc = 2;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: inherited_prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv']
incdirs: []
top_module:
rc: 0

name: local_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv']
incdirs: []
top_module:
rc: 0

name: inherited_prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv']
incdirs: []
top_module:
rc: 0

name: inherited_local_from_inside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv']
incdirs: []
top_module:
rc: 0

name: local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:28: error: Local property b_loc is not accessible in this context. (scope=top)
1 error(s) during elaboration.
name: prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv']
incdirs: []
top_module:
rc: 0

name: inherited_local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:28: error: Local property a_loc is not accessible in this context. (scope=top)
1 error(s) during elaboration.
name: prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv']
incdirs: []
top_module:
rc: 0

name: var_protected
description: class with protected variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv']
incdirs: []
top_module:
rc: 0

name: var_local
description: class with local variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv']
incdirs: []
top_module:
rc: 0

name: inherited_prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: local_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: inherited_prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: inherited_local_from_inside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: inherited_local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '(' (Sym_paren_l) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv:29:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: var_protected
description: class with protected variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endmodule' (KW_endmodule) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv:11:1.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: var_local
description: class with local variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endmodule' (KW_endmodule) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv:11:1.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: inherited_prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_inside.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: local_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_inside.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: inherited_prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_prot_from_outside.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: inherited_local_from_inside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_inside.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--local_from_outside.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: prot_from_inside
description: encapsulation test
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_inside.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: inherited_local_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--inherited_local_from_outside.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: prot_from_outside
description: encapsulation test
should_fail: 1
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/encapsulation/8.18--prot_from_outside.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: var_protected
description: class with protected variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_protected.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: var_local
description: class with local variable
should_fail: 0
tags: 8.18
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.18--var_local.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: global_constant
description: class with global constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv:8:2: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
name: instance_constant
description: class with instance constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:8:2: error: language feature not yet supported
class a_cls;
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:10:11: error: expected identifier
function new(int val);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:10:12: error: expected statement
function new(int val);
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:10:23: error: expected declarator
function new(int val);
^
name: global_constant
description: class with global constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv
name: instance_constant
description: class with instance constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:10: syntax error, unexpected '(', expecting '['
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv
name: global_constant
description: class with global constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: instance_constant
description: class with instance constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: global_constant
description: class with global constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
const int c = 12;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: instance_constant
description: class with instance constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class a_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
const int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv::10 error in parsing: (syntax error, unexpected '(', expecting ';')
function new(int val);
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: global_constant
description: class with global constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv']
incdirs: []
top_module:
rc: 0

name: instance_constant
description: class with instance constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv']
incdirs: []
top_module:
rc: 0

name: global_constant
description: class with global constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endmodule' (KW_endmodule) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv:11:1.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: instance_constant
description: class with instance constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endmodule' (KW_endmodule) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv:14:1.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: global_constant
description: class with global constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--global_constant.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: instance_constant
description: class with instance constant variable
should_fail: 0
tags: 8.19
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.19--instance_constant.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: virtual_method
description: class with virtual methods
should_fail: 0
tags: 8.20
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:8:2: error: language feature not yet supported
class super_cls;
^~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:15:2: error: language feature not yet supported
class test_cls extends super_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:22:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:23:2: error: use of undeclared identifier 'super_cls'
super_cls super_obj;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:26:14: error: language feature not yet supported
test_obj = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:27:15: error: language feature not yet supported
super_obj = new;
^~~
name: virtual_method
description: class with virtual methods
should_fail: 0
tags: 8.20
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:26: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:27: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 12 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv
name: virtual_method
description: class with virtual methods
should_fail: 0
tags: 8.20
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: virtual_method
description: class with virtual methods
should_fail: 0
tags: 8.20
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class super_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::12 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::16 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::19 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::23 error in parsing: (syntax error, unexpected ';', expecting '(')
super_cls super_obj;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test_obj.print();
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: virtual_method
description: class with virtual methods
should_fail: 0
tags: 8.20
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv']
incdirs: []
top_module:
rc: 134

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:32: internal_error: net type doesn't match context type.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:32: : net type=class test_cls{bool signed[31:0] a}
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:32: : context type=class super_cls{bool signed[31:0] a}
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:32: assert: elab_expr.cc:3470: failed assertion ntype->type_compatible(net->net_type())
Aborted (core dumped)
name: virtual_method
description: class with virtual methods
should_fail: 0
tags: 8.20
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv:10:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: virtual_method
description: class with virtual methods
should_fail: 0
tags: 8.20
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.20--virtual_method.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: abstract_class
description: class extending abstract class
should_fail: 0
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:8:2: error: language feature not yet supported
virtual class base_cls;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:12:2: error: language feature not yet supported
class test_cls extends base_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:19:2: error: use of undeclared identifier 'test_cls'
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:22:14: error: language feature not yet supported
test_obj = new;
^~~
name: abstract_class_inst
description: instantiating abstract class
should_fail: 1
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:8:2: error: language feature not yet supported
virtual class base_cls;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:12:2: error: language feature not yet supported
class test_cls extends base_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:19:2: error: use of undeclared identifier 'base_cls'
base_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:22:14: error: language feature not yet supported
test_obj = new;
^~~
name: abstract_class
description: class extending abstract class
should_fail: 0
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:22: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 11 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv
name: abstract_class_inst
description: instantiating abstract class
should_fail: 1
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:22: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 11 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv
name: abstract_class
description: class extending abstract class
should_fail: 0
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: abstract_class_inst
description: instantiating abstract class
should_fail: 1
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: abstract_class
description: class extending abstract class
should_fail: 0
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
virtual class base_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void print();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class test_cls extends base_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv::13 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv::16 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv::24 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test_obj.print();
ERROR (9)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: abstract_class_inst
description: instantiating abstract class
should_fail: 1
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
virtual class base_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void print();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class test_cls extends base_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv::13 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv::16 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv::24 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test_obj.print();
ERROR (9)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: abstract_class
description: class extending abstract class
should_fail: 0
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:9: error: invalid class item.
name: abstract_class_inst
description: instantiating abstract class
should_fail: 1
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:9: error: invalid class item.
name: abstract_class
description: class extending abstract class
should_fail: 0
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv:9:30.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: abstract_class_inst
description: instantiating abstract class
should_fail: 1
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv:9:30.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: abstract_class
description: class extending abstract class
should_fail: 0
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: abstract_class_inst
description: instantiating abstract class
should_fail: 1
tags: 8.21
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.21--abstract_class_inst.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: dynamic_method_lookup
description: dynamic method selection with abstract base class
should_fail: 0
tags: 8.22
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:8:2: error: language feature not yet supported
virtual class base_cls;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:12:2: error: language feature not yet supported
class a_cls extends base_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:18:2: error: language feature not yet supported
class b_cls extends base_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:24:2: error: language feature not yet supported
class c_cls extends base_cls;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:30:2: error: use of undeclared identifier 'base_cls'
base_cls arr[3];
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:31:2: error: use of undeclared identifier 'a_cls'
a_cls a;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:32:2: error: use of undeclared identifier 'b_cls'
b_cls b;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:33:2: error: use of undeclared identifier 'c_cls'
c_cls c;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:36:7: error: language feature not yet supported
a = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:37:7: error: language feature not yet supported
b = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:38:7: error: language feature not yet supported
c = new;
^~~
name: dynamic_method_lookup
description: dynamic method selection with abstract base class
should_fail: 0
tags: 8.22
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:28: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:36: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:36: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:37: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:37: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:38: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:38: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 23 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv
name: dynamic_method_lookup
description: dynamic method selection with abstract base class
should_fail: 0
tags: 8.22
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: dynamic_method_lookup
description: dynamic method selection with abstract base class
should_fail: 0
tags: 8.22
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
virtual class base_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void print();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class a_cls extends base_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::15 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::21 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::27 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::31 error in parsing: (syntax error, unexpected ';', expecting '(')
a_cls a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::32 error in parsing: (syntax error, unexpected ';', expecting '(')
b_cls b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::33 error in parsing: (syntax error, unexpected ';', expecting '(')
c_cls c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv::43 error in parsing: (syntax error, unexpected '.', expecting voLTE or '=')
arr[0].print();
ERROR (13)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: dynamic_method_lookup
description: dynamic method selection with abstract base class
should_fail: 0
tags: 8.22
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:9: error: invalid class item.
name: dynamic_method_lookup
description: dynamic method selection with abstract base class
should_fail: 0
tags: 8.22
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv:9:30.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: dynamic_method_lookup
description: dynamic method selection with abstract base class
should_fail: 0
tags: 8.22
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.22--dynamic_method_lookup.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: scope_resolution
description: access static method using scope resolution operator
should_fail: 0
tags: 8.23
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:16:12: error: unknown class or package 'test_cls'
$display(test_cls::next_id());
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:17:12: error: unknown class or package 'test_cls'
$display(test_cls::next_id());
^~~~~~~~
name: scope_resolution
description: access static method using scope resolution operator
should_fail: 0
tags: 8.23
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:9: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:10: Unsupported: Static in this context
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:10: syntax error, unexpected function, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv
name: scope_resolution
description: access static method using scope resolution operator
should_fail: 0
tags: 8.23
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: scope_resolution
description: access static method using scope resolution operator
should_fail: 0
tags: 8.23
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
static int id = 0;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv::17 error in parsing: (syntax error, unexpected ':', expecting ')')
$display(test_cls::next_id());
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: scope_resolution
description: access static method using scope resolution operator
should_fail: 0
tags: 8.23
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:16: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:17: error: malformed statement
name: scope_resolution
description: access static method using scope resolution operator
should_fail: 0
tags: 8.23
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'function' (KW_function) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv:10:24.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: scope_resolution
description: access static method using scope resolution operator
should_fail: 0
tags: 8.23
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.23--scope_resolution.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: out_of_block_methods
description: out-of-body method declaration
should_fail: 0
tags: 8.24
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:8:2: error: language feature not yet supported
class test_cls;
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:15:3: error: use of undeclared identifier 'a'
a += val;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:18:2: error: 'test_cls' is not a type
test_cls test_obj;
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:21:14: error: language feature not yet supported
test_obj = new;
^~~
name: out_of_block_methods
description: out-of-body method declaration
should_fail: 0
tags: 8.24
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: extern
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:13: syntax error, unexpected function
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:21: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv
name: out_of_block_methods
description: out-of-body method declaration
should_fail: 0
tags: 8.24
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: out_of_block_methods
description: out-of-body method declaration
should_fail: 0
tags: 8.24
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv::8 error in parsing: (syntax error, unexpected ';', expecting '(')
class test_cls;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv::15 error in parsing: (syntax error, unexpected '+', expecting vSYMBOL_ID or '#')
a += val;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv::27 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test_obj.test_method(9);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv::30 error in parsing: (syntax error, unexpected vEND)
end
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: out_of_block_methods
description: out-of-body method declaration
should_fail: 0
tags: 8.24
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv']
incdirs: []
top_module:
rc: 3

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:10: sorry: External methods are not yet supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:13: error: I give up on this function definition.
name: out_of_block_methods
description: out-of-body method declaration
should_fail: 0
tags: 8.24
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'extern' (KW_extern) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv:10:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: out_of_block_methods
description: out-of-body method declaration
should_fail: 0
tags: 8.24
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8:2: error: language feature not yet supported
class test_cls #(parameter a = 12);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:11:2: error: language feature not yet supported
test_cls #(34) test_obj;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:14:14: error: language feature not yet supported
test_obj = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:15:12: error: use of undeclared identifier 'test_cls'
$display(test_cls.a);
^~~~~~~~
name: parametrized_class_extend
description: parametrized class extending another parametrized class
should_fail: 0
tags: 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:8:2: error: language feature not yet supported
class base_cls #(int b = 20);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:12:2: error: language feature not yet supported
class ext_cls #(int e = 25) extends base_cls(5);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:16:2: error: language feature not yet supported
ext_cls #(15) inst;
^~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:19:10: error: language feature not yet supported
inst = new;
^~~
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: syntax error, unexpected parameter, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:14: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 5 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv
name: parametrized_class_extend
description: parametrized class extending another parametrized class
should_fail: 0
tags: 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:8: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:12: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:19: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 9 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: syntax error, unexpected '#', expecting '(' or '['
name: parametrized_class_extend
description: parametrized class extending another parametrized class
should_fail: 0
tags: 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:8: syntax error, unexpected '#', expecting '(' or '['
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv::8 error in parsing: (syntax error, unexpected '#', expecting '(')
class test_cls #(parameter a = 12);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv::11 error in parsing: (syntax error, unexpected '#', expecting '(')
test_cls #(34) test_obj;
name: parametrized_class_extend
description: parametrized class extending another parametrized class
should_fail: 0
tags: 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv::8 error in parsing: (syntax error, unexpected '#', expecting '(')
class base_cls #(int b = 20);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class ext_cls #(int e = 25) extends base_cls(5);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv::13 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv::16 error in parsing: (syntax error, unexpected '#', expecting '(')
ext_cls #(15) inst;
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:11: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:15: error: malformed statement
name: parametrized_class_extend
description: parametrized class extending another parametrized class
should_fail: 0
tags: 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:16: error: invalid module item.
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'parameter' (KW_parameter) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv:8:26.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parametrized_class_extend
description: parametrized class extending another parametrized class
should_fail: 0
tags: 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'b' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv:8:30.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parameters
description: parametrized class test
should_fail: 0
tags: 8.5 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.5--parameters.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parametrized_class_extend
description: parametrized class extending another parametrized class
should_fail: 0
tags: 8.25
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25--parametrized_class_extend.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parametrized_class_scope_resolution
description: parametrized class scope resolution
should_fail: 0
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9:2: error: language feature not yet supported
class par_cls #(int a = 25);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:13:2: error: language feature not yet supported
par_cls #(15) inst;
^~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:16:10: error: language feature not yet supported
inst = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:18:12: error: language feature not yet supported
$display(par_cls#()::b);
^~~~~~~~~~~~~
name: parametrized_class_invalid_scope_resolution
description: parametrized class invalid scope resolution
should_fail: 1
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9:2: error: language feature not yet supported
class par_cls #(int a = 25);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:13:2: error: language feature not yet supported
par_cls #(15) inst;
^~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:16:10: error: language feature not yet supported
inst = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:18:12: error: unknown class or package 'par_cls'
$display(par_cls::b);
^~~~~~~
name: parametrized_class_scope_resolution
description: parametrized class scope resolution
should_fail: 0
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:16: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:18: syntax error, unexpected '#', expecting ')' or ','
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv
name: parametrized_class_invalid_scope_resolution
description: parametrized class invalid scope resolution
should_fail: 1
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9: syntax error, unexpected IDENTIFIER, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:16: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:18: syntax error, unexpected ::, expecting ')' or ','
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:18: Perhaps 'par_cls' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv
name: parametrized_class_scope_resolution
description: parametrized class scope resolution
should_fail: 0
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9: syntax error, unexpected '#', expecting '(' or '['
name: parametrized_class_invalid_scope_resolution
description: parametrized class invalid scope resolution
should_fail: 1
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9: syntax error, unexpected '#', expecting '(' or '['
name: parametrized_class_scope_resolution
description: parametrized class scope resolution
should_fail: 0
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv::9 error in parsing: (syntax error, unexpected '#', expecting '(')
class par_cls #(int a = 25);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';' or ',')
parameter int b = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv::13 error in parsing: (syntax error, unexpected '#', expecting '(')
par_cls #(15) inst;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv::18 error in parsing: (syntax error, unexpected '#', expecting ')')
$display(par_cls#()::b);
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: parametrized_class_invalid_scope_resolution
description: parametrized class invalid scope resolution
should_fail: 1
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv::9 error in parsing: (syntax error, unexpected '#', expecting '(')
class par_cls #(int a = 25);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';' or ',')
parameter int b = 23;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv::13 error in parsing: (syntax error, unexpected '#', expecting '(')
par_cls #(15) inst;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv::18 error in parsing: (syntax error, unexpected ':', expecting ')')
$display(par_cls::b);
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: parametrized_class_scope_resolution
description: parametrized class scope resolution
should_fail: 0
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:18: error: malformed statement
name: parametrized_class_invalid_scope_resolution
description: parametrized class invalid scope resolution
should_fail: 1
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:18: error: malformed statement
name: parametrized_class_scope_resolution
description: parametrized class scope resolution
should_fail: 0
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'a' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv:9:29.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parametrized_class_invalid_scope_resolution
description: parametrized class invalid scope resolution
should_fail: 1
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'a' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv:9:29.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parametrized_class_scope_resolution
description: parametrized class scope resolution
should_fail: 0
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_scope_resolution.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parametrized_class_invalid_scope_resolution
description: parametrized class invalid scope resolution
should_fail: 1
tags: 8.25.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.25.1--parametrized_class_invalid_scope_resolution.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7:1: error: language feature not yet supported
interface class base_ic extends basebase;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7:1: error: language feature not yet supported
interface class base_ic #(int N = 8, type T = string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7:1: error: language feature not yet supported
interface class base_ic extends base1, base2, base3;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7:1: error: language feature not yet supported
interface class base_ic #(int N = 8) extends pkg1::base1, base2#(N);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7:1: error: language feature not yet supported
interface class base_ic;
^~~~~~~~~~~~~~~~~~~~~~~~
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:8: syntax error, unexpected ':'
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:9: syntax error, unexpected '#', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:9: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:8: syntax error, unexpected IDENTIFIER, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:10: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:11: syntax error, unexpected '#', expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:8: syntax error, unexpected '[', expecting IDENTIFIER or PACKAGE-IDENTIFIER or TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:11: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:10: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:10: Perhaps 'bhg' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:8: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:8: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:9: syntax error, unexpected $end
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7: syntax error, unexpected TOK_ID
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic extends basebase;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic #(int N = 8, type T = string);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic extends base1, base2, base3;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic #(int N = 8) extends pkg1::base1, base2#(N);
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv::7 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vMODULE or preDEFAULT_NETTYPE)
interface class base_ic;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7: syntax error
I give up.
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7: syntax error
I give up.
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7: syntax error
I give up.
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7: syntax error
I give up.
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7: syntax error
I give up.
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7: syntax error
I give up.
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7: syntax error
I give up.
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7: syntax error
I give up.
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7: syntax error
I give up.
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7: syntax error
I give up.
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7: syntax error
I give up.
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7: syntax error
I give up.
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'base_ic' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv:7:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: iface_class_test_3
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_3.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_1
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_11
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_11.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_2
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_7
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_7.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_6
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_6.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_8
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_8.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_9
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_9.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_4
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_4.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_5
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_5.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_10
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_10.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: iface_class_test_0
description: Test
should_fail: 0
tags: 8.3 8.26
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generic/iface/iface_class_test_0.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: implements_multiple
description: class implementing multiple interfaces
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:12:2: error: language feature not yet supported
interface class itest;
^~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:16:2: error: language feature not yet supported
class Hello implements ihello, itest;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:25:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:28:9: error: language feature not yet supported
obj = new;
^~~
name: cast_between_interface_classes
description: it should be possible to cast between implemented interface classes
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:12:2: error: language feature not yet supported
interface class itest;
^~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:16:2: error: language feature not yet supported
class Hello implements ihello, itest;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:25:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:26:2: error: use of undeclared identifier 'ihello'
ihello ih_ref;
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:27:2: error: use of undeclared identifier 'itest'
itest it_ref;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:30:9: error: language feature not yet supported
obj = new;
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:32:3: error: use of undeclared identifier '$cast'
$cast(it_ref, ih_ref);
^~~~~
name: implements
description: implements keyword test
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:12:2: error: language feature not yet supported
class Hello implements ihello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:18:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:21:9: error: language feature not yet supported
obj = new;
^~~
name: implements_extends
description: class both implementing and extending
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:12:2: error: language feature not yet supported
interface class itest;
^~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:16:2: error: language feature not yet supported
class base;
^~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:22:2: error: language feature not yet supported
class Hello extends base implements ihello, itest;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:31:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:34:9: error: language feature not yet supported
obj = new;
^~~
name: implements_multiple
description: class implementing multiple interfaces
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:16: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:28: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:28: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 14 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv
name: cast_between_interface_classes
description: it should be possible to cast between implemented interface classes
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:16: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:30: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:30: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:32: Unsupported or unknown PLI call: $cast
%Error: Exiting due to 15 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv
name: implements
description: implements keyword test
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:12: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:21: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 10 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv
name: implements_extends
description: class both implementing and extending
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:22: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:22: syntax error, unexpected IDENTIFIER, expecting ',' or ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:29: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:34: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:34: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 18 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv
name: implements_multiple
description: class implementing multiple interfaces
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: cast_between_interface_classes
description: it should be possible to cast between implemented interface classes
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: implements
description: implements keyword test
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: implements_extends
description: class both implementing and extending
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: implements_multiple
description: class implementing multiple interfaces
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void test();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello, itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::19 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::22 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv::29 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (11)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: cast_between_interface_classes
description: it should be possible to cast between implemented interface classes
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void test();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello, itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::19 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::22 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::26 error in parsing: (syntax error, unexpected ';', expecting '(')
ihello ih_ref;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv::27 error in parsing: (syntax error, unexpected ';', expecting '(')
itest it_ref;
name: implements
description: implements keyword test
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv::15 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv::22 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: implements_extends
description: class both implementing and extending
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void test();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class base;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::17 error in parsing: (syntax error, unexpected '(', expecting ';')
function method();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::19 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::25 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::28 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv::35 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.method();
ERROR (13)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: implements_multiple
description: class implementing multiple interfaces
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv']
incdirs: []
top_module:
rc: 20

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:20: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:21: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:22: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:25: error: invalid module item.
name: cast_between_interface_classes
description: it should be possible to cast between implemented interface classes
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv']
incdirs: []
top_module:
rc: 24

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:20: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:21: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:22: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:25: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:26: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:27: error: Invalid module instantiation
name: implements
description: implements keyword test
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv']
incdirs: []
top_module:
rc: 12

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:18: error: invalid module item.
name: implements_extends
description: class both implementing and extending
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv']
incdirs: []
top_module:
rc: 22

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:20: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:22: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:23: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:24: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:24: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:25: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:26: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:27: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:28: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:31: error: invalid module item.
name: implements_multiple
description: class implementing multiple interfaces
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: cast_between_interface_classes
description: it should be possible to cast between implemented interface classes
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: implements
description: implements keyword test
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: implements_extends
description: class both implementing and extending
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: implements_multiple
description: class implementing multiple interfaces
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_multiple.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: cast_between_interface_classes
description: it should be possible to cast between implemented interface classes
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--cast_between_interface_classes.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: implements
description: implements keyword test
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: implements_extends
description: class both implementing and extending
should_fail: 0
tags: 8.26.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.2--implements_extends.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: type_access_implements_invalid
description: access types from implemented class
should_fail: 1
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:13:2: error: language feature not yet supported
class Hello implements ihello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:19:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:22:9: error: language feature not yet supported
obj = new;
^~~
name: type_access_implements
description: access interface class type with scope resolution operator
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:13:2: error: language feature not yet supported
class Hello implements ihello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:19:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:22:9: error: language feature not yet supported
obj = new;
^~~
name: type_access_extends
description: accessing types from extended interface class
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:13:2: error: language feature not yet supported
interface class ihello_ex extends ihello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: type_access_implements_invalid
description: access types from implemented class
should_fail: 1
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:10: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:13: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:22: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 11 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv
name: type_access_implements
description: access interface class type with scope resolution operator
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:10: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:13: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:14: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:14: Perhaps 'ihello' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:22: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:7: ../V3ParseSym.h:112: Symbols suggest ending TASK 'hello' but parser thinks ending MODULE 'class_tb'
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv
name: type_access_extends
description: accessing types from extended interface class
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:10: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 9 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv
name: type_access_implements_invalid
description: access types from implemented class
should_fail: 1
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: type_access_implements
description: access interface class type with scope resolution operator
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: type_access_extends
description: accessing types from extended interface class
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: type_access_implements_invalid
description: access types from implemented class
should_fail: 1
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef int int_t;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv::10 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello(int_t val);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv::13 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv::16 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv::23 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (9)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: type_access_implements
description: access interface class type with scope resolution operator
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef int int_t;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv::10 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello(int_t val);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv::13 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv::16 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv::23 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (9)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: type_access_extends
description: accessing types from extended interface class
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef int int_t;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv::10 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello(int_t val);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv::13 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello_ex extends ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv::14 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello_ex(int_t v1, int_t v2);
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: type_access_implements_invalid
description: access types from implemented class
should_fail: 1
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv']
incdirs: []
top_module:
rc: 12

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:15: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:19: error: invalid module item.
name: type_access_implements
description: access interface class type with scope resolution operator
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv']
incdirs: []
top_module:
rc: 12

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:15: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:19: error: invalid module item.
name: type_access_extends
description: accessing types from extended interface class
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv']
incdirs: []
top_module:
rc: 10

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:15: syntax error
I give up.
name: type_access_implements_invalid
description: access types from implemented class
should_fail: 1
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: type_access_implements
description: access interface class type with scope resolution operator
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: type_access_extends
description: accessing types from extended interface class
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: type_access_implements_invalid
description: access types from implemented class
should_fail: 1
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements_invalid.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: type_access_implements
description: access interface class type with scope resolution operator
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_implements.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: type_access_extends
description: accessing types from extended interface class
should_fail: 0
tags: 8.26.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.3--type_access_extends.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: illegal_implements_parameter
description: implementing parameter that resolves to an interface class is not allowed
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:13:2: error: language feature not yet supported
class Hello #(type T = ihello) implements T;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:19:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:22:9: error: language feature not yet supported
obj = new;
^~~
name: illegal_forward_def_implements
description: implementing forward typedef for an interface class should fail
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:8:26: error: forward typedef 'ihello' does not resolve to a data type
typedef interface class ihello;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:10:2: error: language feature not yet supported
class Hello implements ihello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:16:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:21:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:24:9: error: language feature not yet supported
obj = new;
^~~
name: illegal_implements_parameter
description: implementing parameter that resolves to an interface class is not allowed
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:10: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:13: syntax error, unexpected type, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:13: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:14: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:14: Perhaps 'ihello' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:22: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:7: ../V3ParseSym.h:112: Symbols suggest ending TASK 'hello' but parser thinks ending MODULE 'class_tb'
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv
name: illegal_forward_def_implements
description: implementing forward typedef for an interface class should fail
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:8: syntax error, unexpected interface, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:10: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:11: syntax error, unexpected ::, expecting ')'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:11: Perhaps 'ihello' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:18: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:24: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:7: ../V3ParseSym.h:112: Symbols suggest ending TASK 'hello' but parser thinks ending MODULE 'class_tb'
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv
name: illegal_implements_parameter
description: implementing parameter that resolves to an interface class is not allowed
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: illegal_forward_def_implements
description: implementing forward typedef for an interface class should fail
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: illegal_implements_parameter
description: implementing parameter that resolves to an interface class is not allowed
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef int int_t;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv::10 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello(int_t val);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv::13 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello #(type T = ihello) implements T;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv::16 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv::23 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (9)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: illegal_forward_def_implements
description: implementing forward typedef for an interface class should fail
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::13 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef int int_t;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::18 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello(int_t val);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::21 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
Hello obj;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv::25 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: illegal_implements_parameter
description: implementing parameter that resolves to an interface class is not allowed
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv']
incdirs: []
top_module:
rc: 12

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:15: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:19: error: invalid module item.
name: illegal_forward_def_implements
description: implementing forward typedef for an interface class should fail
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv']
incdirs: []
top_module:
rc: 14

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:8: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:11: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:21: error: invalid module item.
name: illegal_implements_parameter
description: implementing parameter that resolves to an interface class is not allowed
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: illegal_forward_def_implements
description: implementing forward typedef for an interface class should fail
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv:8:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: illegal_implements_parameter
description: implementing parameter that resolves to an interface class is not allowed
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_implements_parameter.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: illegal_forward_def_implements
description: implementing forward typedef for an interface class should fail
should_fail: 1
tags: 8.26.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.4--illegal_forward_def_implements.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: implemented_class_handle
description: it should be possible to assign object handle to a variable of an implemented class type
should_fail: 0
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:12:2: error: language feature not yet supported
class Hello implements ihello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:18:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:19:2: error: use of undeclared identifier 'ihello'
ihello iobj;
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:22:9: error: language feature not yet supported
obj = new;
^~~
name: interface_instantiation
description: instantiating an interface class
should_fail: 1
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:12:2: error: use of undeclared identifier 'ihello'
ihello obj;
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:15:9: error: language feature not yet supported
obj = new;
^~~
name: implemented_class_handle
description: it should be possible to assign object handle to a variable of an implemented class type
should_fail: 0
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:12: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:22: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 10 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv
name: interface_instantiation
description: instantiating an interface class
should_fail: 1
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:15: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:15: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 6 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv
name: implemented_class_handle
description: it should be possible to assign object handle to a variable of an implemented class type
should_fail: 0
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: interface_instantiation
description: instantiating an interface class
should_fail: 1
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: implemented_class_handle
description: it should be possible to assign object handle to a variable of an implemented class type
should_fail: 0
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv::15 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv::19 error in parsing: (syntax error, unexpected ';', expecting '(')
ihello iobj;
name: interface_instantiation
description: instantiating an interface class
should_fail: 1
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
ihello obj;
name: implemented_class_handle
description: it should be possible to assign object handle to a variable of an implemented class type
should_fail: 0
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv']
incdirs: []
top_module:
rc: 14

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:19: error: Invalid module instantiation
name: interface_instantiation
description: instantiating an interface class
should_fail: 1
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:12: error: invalid module item.
name: implemented_class_handle
description: it should be possible to assign object handle to a variable of an implemented class type
should_fail: 0
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: interface_instantiation
description: instantiating an interface class
should_fail: 1
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: implemented_class_handle
description: it should be possible to assign object handle to a variable of an implemented class type
should_fail: 0
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--implemented_class_handle.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: interface_instantiation
description: instantiating an interface class
should_fail: 1
tags: 8.26.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.5--invalid_interface_instantiation.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: name_conflict_unresolved
description: unresolved interface class method name conflict
should_fail: 1
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:12:2: error: language feature not yet supported
interface class itest;
^~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:16:2: error: language feature not yet supported
class Hello implements ihello, itest;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:22:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:25:9: error: language feature not yet supported
obj = new;
^~~
name: name_conflict_resolved
description: resolved interface class method name conflict
should_fail: 0
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:12:2: error: language feature not yet supported
interface class itest;
^~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:16:2: error: language feature not yet supported
class Hello implements ihello, itest;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:22:2: error: use of undeclared identifier 'Hello'
Hello obj;
^~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:25:9: error: language feature not yet supported
obj = new;
^~~
name: name_conflict_unresolved
description: unresolved interface class method name conflict
should_fail: 1
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:16: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:25: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 13 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv
name: name_conflict_resolved
description: resolved interface class method name conflict
should_fail: 0
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:16: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:25: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 13 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv
name: name_conflict_unresolved
description: unresolved interface class method name conflict
should_fail: 1
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: name_conflict_resolved
description: resolved interface class method name conflict
should_fail: 0
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: name_conflict_unresolved
description: unresolved interface class method name conflict
should_fail: 1
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function int hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello, itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::19 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv::26 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: name_conflict_resolved
description: resolved interface class method name conflict
should_fail: 0
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class Hello implements ihello, itest;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::19 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv::26 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (10)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: name_conflict_unresolved
description: unresolved interface class method name conflict
should_fail: 1
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 16

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:22: error: invalid module item.
name: name_conflict_resolved
description: resolved interface class method name conflict
should_fail: 0
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv']
incdirs: []
top_module:
rc: 16

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:18: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:22: error: invalid module item.
name: name_conflict_unresolved
description: unresolved interface class method name conflict
should_fail: 1
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: name_conflict_resolved
description: resolved interface class method name conflict
should_fail: 0
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: name_conflict_unresolved
description: unresolved interface class method name conflict
should_fail: 1
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: name_conflict_resolved
description: resolved interface class method name conflict
should_fail: 0
tags: 8.26.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.1--name_conflict_resolved.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parameter_type_conflict
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 0
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:8:2: error: language feature not yet supported
interface class ic1#(type T = logic);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:12:2: error: language feature not yet supported
interface class ic2#(type T = logic);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:16:2: error: language feature not yet supported
interface class ic3#(type TYPE = logic) extends ic1#(TYPE), ic2#(TYPE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: parameter_type_conflict_unresolved
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 1
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8:2: error: language feature not yet supported
interface class ic1#(type T = logic);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:12:2: error: language feature not yet supported
interface class ic2#(type T = logic);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:16:2: error: language feature not yet supported
interface class ic3#(type TYPE = logic) extends ic1#(TYPE), ic2#(TYPE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: parameter_type_conflict
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 0
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:17: syntax error, unexpected IDENTIFIER, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 11 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv
name: parameter_type_conflict_unresolved
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 1
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 10 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv
name: parameter_type_conflict
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 0
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: parameter_type_conflict_unresolved
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 1
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: parameter_type_conflict
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 0
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic1#(type T = logic);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn1(T a);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic2#(type T = logic);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn2(T a);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic3#(type TYPE = logic) extends ic1#(TYPE), ic2#(TYPE);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef TYPE T;
ERROR (9)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: parameter_type_conflict_unresolved
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 1
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic1#(type T = logic);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn1(T a);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic2#(type T = logic);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn2(T a);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic3#(type TYPE = logic) extends ic1#(TYPE), ic2#(TYPE);
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: parameter_type_conflict
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 0
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv']
incdirs: []
top_module:
rc: 14

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:17: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:18: syntax error
I give up.
name: parameter_type_conflict_unresolved
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 1
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 12

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:17: syntax error
I give up.
name: parameter_type_conflict
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 0
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parameter_type_conflict_unresolved
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 1
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parameter_type_conflict
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 0
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parameter_type_conflict_unresolved
description: superclass type declaration conflicts must be resolved in subclass
should_fail: 1
tags: 8.26.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.2--parameter_type_conflict_unresolved.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: diamond_relationship
description: interface class inherited from multiple sources shouldn't create symbol conflicts
should_fail: 0
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:8:2: error: language feature not yet supported
interface class ibase;
^~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:12:2: error: language feature not yet supported
interface class ic1 extends ibase;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:16:2: error: language feature not yet supported
interface class ic2 extends ibase;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:20:2: error: language feature not yet supported
interface class ic3 extends ic1, ic2;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: diamond_relationship_parametrized
description: different specializations of an interface class are treated as unique interface class types
should_fail: 1
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8:2: error: language feature not yet supported
interface class ibase#(type T = logic);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:12:2: error: language feature not yet supported
interface class ic1 extends ibase#(bit);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:16:2: error: language feature not yet supported
interface class ic2 extends ibase#(string);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:20:2: error: language feature not yet supported
interface class ic3 extends ic1, ic2;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: diamond_relationship
description: interface class inherited from multiple sources shouldn't create symbol conflicts
should_fail: 0
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 16 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv
name: diamond_relationship_parametrized
description: different specializations of an interface class are treated as unique interface class types
should_fail: 1
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 16 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv
name: diamond_relationship
description: interface class inherited from multiple sources shouldn't create symbol conflicts
should_fail: 0
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: diamond_relationship_parametrized
description: different specializations of an interface class are treated as unique interface class types
should_fail: 1
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: diamond_relationship
description: interface class inherited from multiple sources shouldn't create symbol conflicts
should_fail: 0
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ibase;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic1 extends ibase;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn1();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic2 extends ibase;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::17 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn2();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::20 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic3 extends ic1, ic2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv::21 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn3();
ERROR (11)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: diamond_relationship_parametrized
description: different specializations of an interface class are treated as unique interface class types
should_fail: 1
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ibase#(type T = logic);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn(T val);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic1 extends ibase#(bit);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::13 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn1();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic2 extends ibase#(string);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::17 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn2();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::20 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ic3 extends ic1, ic2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv::21 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void fn3();
ERROR (11)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: diamond_relationship
description: interface class inherited from multiple sources shouldn't create symbol conflicts
should_fail: 0
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv']
incdirs: []
top_module:
rc: 18

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:20: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:21: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:22: syntax error
I give up.
name: diamond_relationship_parametrized
description: different specializations of an interface class are treated as unique interface class types
should_fail: 1
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv']
incdirs: []
top_module:
rc: 18

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:16: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:20: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:21: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:22: syntax error
I give up.
name: diamond_relationship
description: interface class inherited from multiple sources shouldn't create symbol conflicts
should_fail: 0
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: diamond_relationship_parametrized
description: different specializations of an interface class are treated as unique interface class types
should_fail: 1
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: diamond_relationship
description: interface class inherited from multiple sources shouldn't create symbol conflicts
should_fail: 0
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: diamond_relationship_parametrized
description: different specializations of an interface class are treated as unique interface class types
should_fail: 1
tags: 8.26.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.6.3--diamond_relationship_parametrized.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: partial_implementation
description: virtual classes can implement their interfaces partially
should_fail: 0
tags: 8.26.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:8:2: error: language feature not yet supported
interface class ihello;
^~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:13:2: error: language feature not yet supported
virtual class vhello implements ihello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:20:2: error: language feature not yet supported
class helloworld extends vhello;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:26:2: error: use of undeclared identifier 'helloworld'
helloworld obj;
^~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:29:9: error: language feature not yet supported
obj = new;
^~~
name: partial_implementation
description: virtual classes can implement their interfaces partially
should_fail: 0
tags: 8.26.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:8: syntax error, unexpected interface
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:11: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:13: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:13: Unsupported: SystemVerilog 2012 reserved word not implemented: implements
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:17: syntax error, unexpected pure
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: extends
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: virtual
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:29: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:29: syntax error, unexpected ';', expecting TYPE-IDENTIFIER
%Error: Exiting due to 18 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv
name: partial_implementation
description: virtual classes can implement their interfaces partially
should_fail: 0
tags: 8.26.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: partial_implementation
description: virtual classes can implement their interfaces partially
should_fail: 0
tags: 8.26.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
interface class ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::9 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void hello();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::10 error in parsing: (syntax error, unexpected vFUNCTION, expecting '(')
pure virtual function void world();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::13 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
virtual class vhello implements ihello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::16 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::20 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class helloworld extends vhello;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::23 error in parsing: (syntax error, unexpected vENDFUNCTION)
endfunction
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv::31 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
obj.hello();
ERROR (11)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: partial_implementation
description: virtual classes can implement their interfaces partially
should_fail: 0
tags: 8.26.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv']
incdirs: []
top_module:
rc: 22

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:8: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:8: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:9: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:10: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:13: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:15: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:17: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:20: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:21: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:22: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:22: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:26: error: invalid module item.
name: partial_implementation
description: virtual classes can implement their interfaces partially
should_fail: 0
tags: 8.26.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'interface' (KW_interface) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv:8:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: partial_implementation
description: virtual classes can implement their interfaces partially
should_fail: 0
tags: 8.26.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.26.7--partial_implementation.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: forward_declaration
description: class forward declaration test
should_fail: 0
tags: 8.27
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:8:16: error: forward typedef 'C2' does not resolve to a data type
typedef class C2;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:10:2: error: language feature not yet supported
class C1;
^~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:14:2: error: language feature not yet supported
class C2;
^~~~~~~~~
name: forward_declaration
description: class forward declaration test
should_fail: 0
tags: 8.27
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:8: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:10: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:10: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: class
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:14: syntax error, unexpected ';', expecting IDENTIFIER or do or final
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endclass
%Error: Exiting due to 7 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv
name: forward_declaration
description: class forward declaration test
should_fail: 0
tags: 8.27
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:8: syntax error, unexpected TOK_ID, expecting '(' or '['
name: forward_declaration
description: class forward declaration test
should_fail: 0
tags: 8.27
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef class C2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
class C1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
C2 c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv::14 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
class C2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv::15 error in parsing: (syntax error, unexpected ';', expecting '(')
C1 c;
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: forward_declaration
description: class forward declaration test
should_fail: 0
tags: 8.27
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv']
incdirs: []
top_module:
rc: 134

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:8: assert: elab_type.cc:138: failed assertion save_elaborated_type
Aborted (core dumped)
name: forward_declaration
description: class forward declaration test
should_fail: 0
tags: 8.27
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'endmodule' (KW_endmodule) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv:17:1.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: forward_declaration
description: class forward declaration test
should_fail: 0
tags: 8.27
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-8/8.27--forward_declaration.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: initial
description: initial check
should_fail: 0
tags: 9.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv']
incdirs: []
top_module:
rc: 0

name: initial
description: initial check
should_fail: 0
tags: 9.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv']
incdirs: []
top_module:
rc: 0

name: initial
description: initial check
should_fail: 0
tags: 9.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv' to AST representation.
Generating RTLIL representation for module `\initial_tb'.
Successfully finished Verilog frontend.
name: initial
description: initial check
should_fail: 0
tags: 9.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: initial
description: initial check
should_fail: 0
tags: 9.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv']
incdirs: []
top_module:
rc: 0

name: initial
description: initial check
should_fail: 0
tags: 9.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv']
incdirs: []
top_module:
rc: 0

module initial_tb;
reg a = 0;
initial a = 1;
endmodule
name: initial
description: initial check
should_fail: 0
tags: 9.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.1--initial.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: always
description: always check
should_fail: 0
tags: 9.2.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv']
incdirs: []
top_module:
rc: 0

name: always
description: always check
should_fail: 0
tags: 9.2.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv']
incdirs: []
top_module:
rc: 0

name: always
description: always check
should_fail: 0
tags: 9.2.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv' to AST representation.
Generating RTLIL representation for module `\always_tb'.
Successfully finished Verilog frontend.
name: always
description: always check
should_fail: 0
tags: 9.2.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: always
description: always check
should_fail: 0
tags: 9.2.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv:10: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv:10: : A runtime infinite loop will occur.
Elaboration failed
name: always
description: always check
should_fail: 0
tags: 9.2.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv']
incdirs: []
top_module:
rc: 0

module always_tb;
wire a = 0;
reg b = 0;
always b = (~ a);
endmodule
name: always
description: always check
should_fail: 0
tags: 9.2.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.1--always.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: always_comb
description: always_comb check
should_fail: 0
tags: 9.2.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv']
incdirs: []
top_module:
rc: 0

name: always_comb
description: always_comb check
should_fail: 0
tags: 9.2.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv']
incdirs: []
top_module:
rc: 0

name: always_comb
description: always_comb check
should_fail: 0
tags: 9.2.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv' to AST representation.
Generating RTLIL representation for module `\always_tb'.
Successfully finished Verilog frontend.
name: always_comb
description: always_comb check
should_fail: 0
tags: 9.2.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv::11 error in parsing: (syntax error, unexpected '=', expecting '(')
b = ~a;
name: always_comb
description: always_comb check
should_fail: 0
tags: 9.2.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv:11: error: invalid module item.
name: always_comb
description: always_comb check
should_fail: 0
tags: 9.2.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv']
incdirs: []
top_module:
rc: 0

module always_tb;
wire a = 0;
reg b = 0;
always @(*) b = (~ a);
endmodule
name: always_comb
description: always_comb check
should_fail: 0
tags: 9.2.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.2--always_comb.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: always_latch
description: always_latch check
should_fail: 0
tags: 9.2.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv']
incdirs: []
top_module:
rc: 0

name: always_latch
description: always_latch check
should_fail: 0
tags: 9.2.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv']
incdirs: []
top_module:
rc: 0

name: always_latch
description: always_latch check
should_fail: 0
tags: 9.2.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv' to AST representation.
Generating RTLIL representation for module `\always_tb'.
Successfully finished Verilog frontend.
name: always_latch
description: always_latch check
should_fail: 0
tags: 9.2.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv::12 error in parsing: (syntax error, unexpected vIF, expecting vSYMBOL_ID or '#')
if(a) q <= b;
name: always_latch
description: always_latch check
should_fail: 0
tags: 9.2.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv:12: error: invalid module item.
name: always_latch
description: always_latch check
should_fail: 0
tags: 9.2.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv']
incdirs: []
top_module:
rc: 0

module always_tb;
wire a = 0;
wire b = 0;
reg q = 0;
always_latch if (a) q <= b;
endmodule
name: always_latch
description: always_latch check
should_fail: 0
tags: 9.2.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.3--always_latch.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: always_ff
description: always_ff check
should_fail: 0
tags: 9.2.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv']
incdirs: []
top_module:
rc: 0

name: always_ff
description: always_ff check
should_fail: 0
tags: 9.2.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv']
incdirs: []
top_module:
rc: 0

name: always_ff
description: always_ff check
should_fail: 0
tags: 9.2.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv' to AST representation.
Generating RTLIL representation for module `\always_tb'.
Successfully finished Verilog frontend.
name: always_ff
description: always_ff check
should_fail: 0
tags: 9.2.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv::11 error in parsing: (syntax error, unexpected '@', expecting vSYMBOL_ID or '#')
always_ff @(posedge a)
name: always_ff
description: always_ff check
should_fail: 0
tags: 9.2.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv:12: error: invalid module item.
name: always_ff
description: always_ff check
should_fail: 0
tags: 9.2.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv']
incdirs: []
top_module:
rc: 0

module always_tb;
wire a = 0;
wire b = 0;
reg q = 0;
always @(posedge a) q <= b;
endmodule
name: always_ff
description: always_ff check
should_fail: 0
tags: 9.2.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.2.4--always_ff.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: final
description: final check
should_fail: 0
tags: 9.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv']
incdirs: []
top_module:
rc: 0

name: final
description: final check
should_fail: 0
tags: 9.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv']
incdirs: []
top_module:
rc: 0

name: final
description: final check
should_fail: 0
tags: 9.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv:10: syntax error, unexpected '=', expecting '(' or '['
name: final
description: final check
should_fail: 0
tags: 9.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
a = 1;
name: final
description: final check
should_fail: 0
tags: 9.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv']
incdirs: []
top_module:
rc: 0

name: final
description: final check
should_fail: 0
tags: 9.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv']
incdirs: []
top_module:
rc: 0

module initial_tb;
wire a = 0;
final a = 1;
endmodule
name: final
description: final check
should_fail: 0
tags: 9.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.2.3--final.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: sequential_block
description: sequential block check
should_fail: 0
tags: 9.3.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv']
incdirs: []
top_module:
rc: 0

name: sequential_block
description: sequential block check
should_fail: 0
tags: 9.3.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv']
incdirs: []
top_module:
rc: 0

name: sequential_block
description: sequential block check
should_fail: 0
tags: 9.3.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv' to AST representation.
Generating RTLIL representation for module `\sequential_tb'.
Successfully finished Verilog frontend.
name: sequential_block
description: sequential block check
should_fail: 0
tags: 9.3.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: sequential_block
description: sequential block check
should_fail: 0
tags: 9.3.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv']
incdirs: []
top_module:
rc: 0

name: sequential_block
description: sequential block check
should_fail: 0
tags: 9.3.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv']
incdirs: []
top_module:
rc: 0

module sequential_tb;
reg a = 0;
reg b = 0;
reg c = 0;
initial begin
a = 1;
b = a;
c = b;
end
endmodule
name: sequential_block
description: sequential block check
should_fail: 0
tags: 9.3.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.1--sequential_block.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parallel_block_join_none
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv:12:3: error: language feature not yet supported
fork
^~~~
name: parallel_block_join_any
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv:12:3: error: language feature not yet supported
fork
^~~~
name: parallel_block_join
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv:12:3: error: language feature not yet supported
fork
^~~~
name: parallel_block_join_none
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv:14: syntax error, unexpected '=', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv
name: parallel_block_join_any
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv:14: syntax error, unexpected '=', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: join_any
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv
name: parallel_block_join
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv:14: syntax error, unexpected '=', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv:16: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv
name: parallel_block_join_none
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv:13: syntax error, unexpected TOK_ID
name: parallel_block_join_any
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv:13: syntax error, unexpected TOK_ID
name: parallel_block_join
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv:13: syntax error, unexpected TOK_ID
name: parallel_block_join_none
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv::14 error in parsing: (syntax error, unexpected '=', expecting vSYMBOL_ID or '#')
b = 0;
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: parallel_block_join_any
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv::14 error in parsing: (syntax error, unexpected '=', expecting vSYMBOL_ID or '#')
b = 0;
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: parallel_block_join
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv::14 error in parsing: (syntax error, unexpected '=', expecting vSYMBOL_ID or '#')
b = 0;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv::16 Unsuported token
join
^~~~
name: parallel_block_join_none
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv']
incdirs: []
top_module:
rc: 0

name: parallel_block_join_any
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv']
incdirs: []
top_module:
rc: 0

name: parallel_block_join
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv']
incdirs: []
top_module:
rc: 0

name: parallel_block_join_none
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'a' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv:13:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parallel_block_join_any
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'a' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv:13:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parallel_block_join
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'a' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv:13:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: parallel_block_join_none
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_none.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parallel_block_join_any
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join_any.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: parallel_block_join
description: parallel block check
should_fail: 0
tags: 9.3.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.2--parallel_block_join.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: fork_return
description: illegal return from fork
should_fail: 1
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv:9:3: error: language feature not yet supported
fork
^~~~
name: event_order
description: event order test
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:10:10: error: language feature not yet supported
initial fork
^~~~
name: block_start_finish
description: block start finish check
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:10:3: error: language feature not yet supported
fork
^~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:17:3: error: language feature not yet supported
fork
^~~~
name: fork_return
description: illegal return from fork
should_fail: 1
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv:9: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv:10: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv:12: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv
name: event_order
description: event order test
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:8: Unsupported: Verilog 1995 reserved word not implemented: event
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:8: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:10: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:13: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:14: syntax error, unexpected ->
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:20: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv
name: block_start_finish
description: block start finish check
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:10: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:11: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:12: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:13: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:14: Unsupported: Ignoring delay on this delayed statement.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:15: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:17: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:18: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:19: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:20: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:21: Unsupported: Ignoring delay on this delayed statement.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:22: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv
name: fork_return
description: illegal return from fork
should_fail: 1
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv:13: syntax error, unexpected TOK_ENDTASK
name: event_order
description: event order test
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:8: syntax error, unexpected ';', expecting '(' or '['
name: block_start_finish
description: block start finish check
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:11: syntax error, unexpected TOK_ID
name: fork_return
description: illegal return from fork
should_fail: 1
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv::8 Unsuported token
task fork_test;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv::8 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
task fork_test;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv::9 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv::13 Unsuported token
endtask
^~~~
ERROR (7)::PARSE_ERROR Parser found (3) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: event_order
description: event order test
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv::8 Unsuported token
event ev;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv::8 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
event ev;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv::10 Unsuported token
initial fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv::13 error in parsing: (syntax error, unexpected vDELAY_ID)
#20;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv::20 Unsuported token
join
^~~~
ERROR (8)::PARSE_ERROR Parser found (3) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: block_start_finish
description: block start finish check
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv::10 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv::11 error in parsing: (syntax error, unexpected vDELAY_ID)
#200 a = 'h1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv::15 Unsuported token
join
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv::17 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv::22 Unsuported token
join
^~~~
ERROR (8)::PARSE_ERROR Parser found (4) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: fork_return
description: illegal return from fork
should_fail: 1
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv:11: error: Cannot "return" from tasks.
1 error(s) during elaboration.
name: event_order
description: event order test
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv']
incdirs: []
top_module:
rc: 0

name: block_start_finish
description: block start finish check
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv']
incdirs: []
top_module:
rc: 0

name: fork_return
description: illegal return from fork
should_fail: 1
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '#' (Sym_pound) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv:10:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_order
description: event order test
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'begin' (KW_begin) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv:11:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: block_start_finish
description: block start finish check
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '#' (Sym_pound) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv:11:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: fork_return
description: illegal return from fork
should_fail: 1
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--fork_return.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: event_order
description: event order test
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--event.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: block_start_finish
description: block start finish check
should_fail: 0
tags: 9.3.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.3--block_start_finish.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: block_names_seq
description: sequential block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv']
incdirs: []
top_module:
rc: 0

name: block_names_par
description: parallel block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv:12:3: error: language feature not yet supported
fork: name
^~~~~~~~~~
name: block_names_seq
description: sequential block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv']
incdirs: []
top_module:
rc: 0

name: block_names_par
description: parallel block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv:12: syntax error, unexpected ':'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv:16: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv
name: block_names_seq
description: sequential block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Successfully finished Verilog frontend.
name: block_names_par
description: parallel block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv:12: syntax error, unexpected ':'
name: block_names_seq
description: sequential block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv::16 error in parsing: (syntax error, unexpected ':')
end: name
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: block_names_par
description: parallel block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv::12 Unsuported token
fork: name
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv::12 error in parsing: (syntax error, unexpected ':')
fork: name
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv::16 Unsuported token
join: name
^~~~
ERROR (6)::PARSE_ERROR Parser found (2) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: block_names_seq
description: sequential block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv']
incdirs: []
top_module:
rc: 0

name: block_names_par
description: parallel block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv']
incdirs: []
top_module:
rc: 0

name: block_names_seq
description: sequential block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
reg a = 0;
reg b = 0;
reg c = 0;
initial begin : name
a = 1;
b = a;
c = b;
end
endmodule
name: block_names_par
description: parallel block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ':' (Sym_colon) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv:12:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: block_names_seq
description: sequential block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_seq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: block_names_par
description: parallel block names check
should_fail: 0
tags: 9.3.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.4--block_names_par.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: statement_labels_par
description: parallel block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:12:3: error: language feature not yet supported
name: fork
^~~~~~~~~~
name: statement_labels_seq
description: sequential block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv']
incdirs: []
top_module:
rc: 0

name: statement_labels_par
description: parallel block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:13: syntax error, unexpected IDENTIFIER, expecting assert or cover
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:16: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv
name: statement_labels_seq
description: sequential block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:12: syntax error, unexpected begin, expecting assert or cover
%Error: Cannot continue
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv
name: statement_labels_par
description: parallel block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:12: syntax error, unexpected ':'
name: statement_labels_seq
description: sequential block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:12: syntax error, unexpected ':'
name: statement_labels_par
description: parallel block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv::12 error in parsing: (syntax error, unexpected ':', expecting voLTE or '=')
name: fork
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv::12 Unsuported token
name: fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv::16 Unsuported token
join: name
^~~~
ERROR (6)::PARSE_ERROR Parser found (2) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: statement_labels_seq
description: sequential block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv::12 error in parsing: (syntax error, unexpected ':', expecting voLTE or '=')
name: begin
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: statement_labels_par
description: parallel block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:13: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:14: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:15: error: Invalid module instantiation
I give up.
name: statement_labels_seq
description: sequential block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:13: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:14: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:15: error: Invalid module instantiation
I give up.
name: statement_labels_par
description: parallel block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ':' (Sym_colon) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv:12:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: statement_labels_seq
description: sequential block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ':' (Sym_colon) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv:12:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: statement_labels_par
description: parallel block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_par.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: statement_labels_seq
description: sequential block labels check
should_fail: 0
tags: 9.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.3.5--statement_labels_seq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: delay_control
description: delay control
should_fail: 0
tags: 9.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv']
incdirs: []
top_module:
rc: 0

name: delay_control
description: delay control
should_fail: 0
tags: 9.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv']
incdirs: []
top_module:
rc: 0

%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv:10: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv:11: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv:12: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv:13: Unsupported: Ignoring delay on this delayed statement.
name: delay_control
description: delay control
should_fail: 0
tags: 9.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Successfully finished Verilog frontend.
name: delay_control
description: delay control
should_fail: 0
tags: 9.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv::10 error in parsing: (syntax error, unexpected vDELAY_ID)
#10 a = 'h1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: delay_control
description: delay control
should_fail: 0
tags: 9.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv']
incdirs: []
top_module:
rc: 0

name: delay_control
description: delay control
should_fail: 0
tags: 9.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
reg [3:0] a = 0;
initial begin
#(10) a = 'h1;
#(10) a = 'h2;
#(10) a = 'h3;
#(10) a = 'h4;
end
endmodule
name: delay_control
description: delay control
should_fail: 0
tags: 9.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.1--delay_control.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_control_negedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_posedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_edge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_negedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_posedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_edge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_negedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Successfully finished Verilog frontend.
name: event_control_posedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Successfully finished Verilog frontend.
name: event_control_edge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv:10: syntax error, unexpected TOK_ID
name: event_control_negedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: event_control_posedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: event_control_edge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv::10 Unsuported token
always @(edge clk) a = ~a;
^~~~
name: event_control_negedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_posedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv']
incdirs: []
top_module:
rc: 0

name: event_control_edge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv']
incdirs: []
top_module:
rc: 3

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv:10: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv:10: error: Malformed event control expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv:10: error: Invalid event control.
name: event_control_negedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
reg [3:0] a = 0;
wire clk = 0;
always @(negedge clk) a = (~ a);
endmodule
name: event_control_posedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
reg [3:0] a = 0;
wire clk = 0;
always @(posedge clk) a = (~ a);
endmodule
name: event_control_edge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'clk' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv:10:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_control_negedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_negedge.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_control_posedge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_posedge.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_control_edge
description: event control
should_fail: 0
tags: 9.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2--event_control_edge.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_comma_op
description: event comma operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv']
incdirs: []
top_module:
rc: 0

name: event_or_op
description: event or operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv']
incdirs: []
top_module:
rc: 0

name: event_comma_op
description: event comma operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv']
incdirs: []
top_module:
rc: 0

name: event_or_op
description: event or operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv']
incdirs: []
top_module:
rc: 0

name: event_comma_op
description: event comma operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Note: Assuming pure combinatorial block at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv:13 in
compliance with IEC 62142(E):2005 / IEEE Std. 1364.1(E):2002. Recommending
use of @* instead of @(...) for better match of synthesis and simulation.
Successfully finished Verilog frontend.
name: event_or_op
description: event or operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Note: Assuming pure combinatorial block at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv:13 in
compliance with IEC 62142(E):2005 / IEEE Std. 1364.1(E):2002. Recommending
use of @* instead of @(...) for better match of synthesis and simulation.
Successfully finished Verilog frontend.
name: event_comma_op
description: event comma operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: event_or_op
description: event or operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: event_comma_op
description: event comma operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv:14: error: out is not a valid l-value in block_tb.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv:12: : out is declared here as wire.
Elaboration failed
name: event_or_op
description: event or operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv:14: error: out is not a valid l-value in block_tb.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv:12: : out is declared here as wire.
Elaboration failed
name: event_comma_op
description: event comma operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
wire a = 0;
wire b = 0;
wire c = 0;
wire d = 0;
wire out = 0;
always @(a or b or c or d) out = ((a | b) & (c | d));
endmodule
name: event_or_op
description: event or operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
wire a = 0;
wire b = 0;
wire c = 0;
wire d = 0;
wire out = 0;
always @(a or b or c or d) out = ((a | b) & (c | d));
endmodule
name: event_comma_op
description: event comma operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_comma_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_or_op
description: event or operator
should_fail: 0
tags: 9.4.2.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.1--event_or_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_implicit
description: event implicit list
should_fail: 0
tags: 9.4.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv:13:9: error: language feature not yet supported
always @(*)
^~~~
name: event_implicit
description: event implicit list
should_fail: 0
tags: 9.4.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv']
incdirs: []
top_module:
rc: 0

name: event_implicit
description: event implicit list
should_fail: 0
tags: 9.4.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Successfully finished Verilog frontend.
name: event_implicit
description: event implicit list
should_fail: 0
tags: 9.4.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: event_implicit
description: event implicit list
should_fail: 0
tags: 9.4.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv:14: error: out is not a valid l-value in block_tb.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv:12: : out is declared here as wire.
Elaboration failed
name: event_implicit
description: event implicit list
should_fail: 0
tags: 9.4.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
wire a = 0;
wire b = 0;
wire c = 0;
wire d = 0;
wire out = 0;
always @(*) out = ((a | b) & (c | d));
endmodule
name: event_implicit
description: event implicit list
should_fail: 0
tags: 9.4.2.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.2--event_implicit.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_conditional
description: event conditional
should_fail: 0
tags: 9.4.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv:12:19: error: language feature not yet supported
always @(posedge clk iff en == 1)
^~~~~~~~~~~~~~~
name: event_conditional
description: event conditional
should_fail: 0
tags: 9.4.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv:12: syntax error, unexpected iff, expecting ')' or ',' or or
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv
name: event_conditional
description: event conditional
should_fail: 0
tags: 9.4.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv:12: syntax error, unexpected TOK_ID
name: event_conditional
description: event conditional
should_fail: 0
tags: 9.4.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting vOR or ')' or ',')
always @(posedge clk iff en == 1)
name: event_conditional
description: event conditional
should_fail: 0
tags: 9.4.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv']
incdirs: []
top_module:
rc: 3

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv:12: error: Malformed event control expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv:12: error: Invalid event control.
name: event_conditional
description: event conditional
should_fail: 0
tags: 9.4.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'iff' (KW_iff) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv:12:30.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_conditional
description: event conditional
should_fail: 0
tags: 9.4.2.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.3--event_conditional.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_sequence
description: sequence event test
should_fail: 0
tags: 9.4.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:14:2: error: language feature not yet supported
sequence seq;
^~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:19:3: error: language feature not yet supported
fork
^~~~
name: event_sequence
description: sequence event test
should_fail: 0
tags: 9.4.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:14: Unsupported: SystemVerilog 2005 reserved word not implemented: sequence
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:14: syntax error, unexpected ';', expecting IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: endsequence
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:19: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:21: syntax error, unexpected '@'
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:26: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:27: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:29: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:30: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:32: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:33: Unsupported: Ignoring delay on this delayed statement.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:35: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Exiting due to 6 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv
name: event_sequence
description: sequence event test
should_fail: 0
tags: 9.4.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:14: syntax error, unexpected ';', expecting '(' or '['
name: event_sequence
description: sequence event test
should_fail: 0
tags: 9.4.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv::14 error in parsing: (syntax error, unexpected ';', expecting '(')
sequence seq;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv::19 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv::23 error in parsing: (syntax error, unexpected vEND)
end
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv::35 Unsuported token
join
^~~~
ERROR (7)::PARSE_ERROR Parser found (2) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: event_sequence
description: sequence event test
should_fail: 0
tags: 9.4.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv']
incdirs: []
top_module:
rc: 26

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:15: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:21: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:22: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:22: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:25: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:26: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:27: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:28: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:28: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:29: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:30: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:30: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:31: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:31: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:32: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:33: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:33: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:34: syntax error
I give up.
name: event_sequence
description: sequence event test
should_fail: 0
tags: 9.4.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '@' (Sym_at) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv:15:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_sequence
description: sequence event test
should_fail: 0
tags: 9.4.2.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.2.4--event_sequence.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_sequence
description: event sequence
should_fail: 0
tags: 9.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv:17:3: error: language feature not yet supported
wait (enable) #10 a = b;
^~~~~~~~~~~~~~~~~~~~~~~~
name: event_sequence
description: event sequence
should_fail: 0
tags: 9.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv']
incdirs: []
top_module:
rc: 10

%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv:13: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv:17: Unsupported: Verilog 1995 reserved word not implemented: wait
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv:17: syntax error, unexpected '#'
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv
name: event_sequence
description: event sequence
should_fail: 0
tags: 9.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv:17: syntax error, unexpected TOK_ID, expecting ';'
name: event_sequence
description: event sequence
should_fail: 0
tags: 9.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv::13 error in parsing: (syntax error, unexpected vDELAY_ID)
#10 enable = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv::17 Unsuported token
wait (enable) #10 a = b;
^~~~
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: event_sequence
description: event sequence
should_fail: 0
tags: 9.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv']
incdirs: []
top_module:
rc: 0

name: event_sequence
description: event sequence
should_fail: 0
tags: 9.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '#' (Sym_pound) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv:17:31.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_sequence
description: event sequence
should_fail: 0
tags: 9.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.3--event_sequence_controls.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv:15:7: error: language feature not yet supported
a = repeat(i) @(posedge clk) b;
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv:15:7: error: language feature not yet supported
a = repeat(i) @(posedge clk) b;
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: event_nonblocking_assignment_delay
description: event non blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv:12:8: error: language feature not yet supported
a <= #10 b;
^~~~~
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv:13:7: error: language feature not yet supported
a = repeat(-3) @(posedge clk) b;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv:13:7: error: language feature not yet supported
a = repeat(3) @(posedge clk) b;
^~~~~~~~~~~~~~~~~~~~~~~~~~
name: event_nonblocking_assignment_event
description: event non blk assignment event
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv:13:7: error: language feature not yet supported
a = @(posedge clk) b;
^~~~~~~~~~~~~~~~
name: event_blocking_assignment_delay
description: event blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv:12:7: error: language feature not yet supported
a = #10 b;
^~~~~
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv:15: syntax error, unexpected repeat, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv:15: syntax error, unexpected repeat, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv
name: event_nonblocking_assignment_delay
description: event non blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0

%Warning-INITIALDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv:12: Delayed assignments (<=) in initial or final block; suggest blocking assignments (=).
%Warning-INITIALDLY: Use "/* verilator lint_off INITIALDLY */" and lint_on around source to disable this message.
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv:13: syntax error, unexpected repeat, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv:13: syntax error, unexpected repeat, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv
name: event_nonblocking_assignment_event
description: event non blk assignment event
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv:13: syntax error, unexpected '@', expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv
name: event_blocking_assignment_delay
description: event blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0

name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv:12: syntax error, unexpected '=', expecting '(' or '['
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv:12: syntax error, unexpected '=', expecting '(' or '['
name: event_nonblocking_assignment_delay
description: event non blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Successfully finished Verilog frontend.
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv:13: syntax error, unexpected TOK_REPEAT
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv:13: syntax error, unexpected TOK_REPEAT
name: event_nonblocking_assignment_event
description: event non blk assignment event
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv:13: syntax error, unexpected '@'
name: event_blocking_assignment_delay
description: event blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv' to AST representation.
Generating RTLIL representation for module `\block_tb'.
Successfully finished Verilog frontend.
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int i = 3;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv::15 Unsuported token
a = repeat(i) @(posedge clk) b;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv::15 error in parsing: (syntax error, unexpected '@', expecting ';')
a = repeat(i) @(posedge clk) b;
ERROR (6)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int i = -3;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv::15 Unsuported token
a = repeat(i) @(posedge clk) b;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv::15 error in parsing: (syntax error, unexpected '@', expecting ';')
a = repeat(i) @(posedge clk) b;
ERROR (6)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: event_nonblocking_assignment_delay
description: event non blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv::13 Unsuported token
a = repeat(-3) @(posedge clk) b;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv::13 error in parsing: (syntax error, unexpected '@', expecting ';')
a = repeat(-3) @(posedge clk) b;
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv::13 Unsuported token
a = repeat(3) @(posedge clk) b;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv::13 error in parsing: (syntax error, unexpected '@', expecting ';')
a = repeat(3) @(posedge clk) b;
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: event_nonblocking_assignment_event
description: event non blk assignment event
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv::13 error in parsing: (syntax error, unexpected '@')
a = @(posedge clk) b;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: event_blocking_assignment_delay
description: event blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv']
incdirs: []
top_module:
rc: 0

name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv']
incdirs: []
top_module:
rc: 0

name: event_nonblocking_assignment_delay
description: event non blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0

name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv']
incdirs: []
top_module:
rc: 0

name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv']
incdirs: []
top_module:
rc: 0

name: event_nonblocking_assignment_event
description: event non blk assignment event
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv']
incdirs: []
top_module:
rc: 0

name: event_blocking_assignment_delay
description: event blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0

name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'repeat' (KW_repeat) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv:15:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'repeat' (KW_repeat) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv:15:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_nonblocking_assignment_delay
description: event non blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0

module block_tb;
reg a = 0;
wire b = 1;
initial begin
a <= #(10) b;
end
endmodule
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'repeat' (KW_repeat) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv:13:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'repeat' (KW_repeat) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv:13:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_nonblocking_assignment_event
description: event non blk assignment event
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '@' (Sym_at) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv:13:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_blocking_assignment_delay
description: event blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '#' (Sym_pound) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv:12:21.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_int_neg.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_nonblocking_assignment_delay
description: event non blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat_neg.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_nonblocking_assignment_repeat
description: event non blk assignment repeat
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_repeat.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_nonblocking_assignment_event
description: event non blk assignment event
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_nonblocking_assignment_event.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: event_blocking_assignment_delay
description: event blk assignment delay
should_fail: 0
tags: 9.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.4.5--event_blocking_assignment_delay.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: wait_fork
description: wait fork test
should_fail: 0
tags: 9.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:11:3: error: language feature not yet supported
fork
^~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:23:3: error: language feature not yet supported
wait fork;
^~~~~~~~~~
name: wait_fork
description: wait fork test
should_fail: 0
tags: 9.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:11: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:13: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:14: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:15: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:18: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:19: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:20: Unsupported: Ignoring delay on this delayed statement.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:23: Unsupported: Verilog 1995 reserved word not implemented: wait
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:23: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv
name: wait_fork
description: wait fork test
should_fail: 0
tags: 9.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:12: syntax error, unexpected TOK_BEGIN
name: wait_fork
description: wait fork test
should_fail: 0
tags: 9.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv::11 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv::13 error in parsing: (syntax error, unexpected vDELAY_ID)
#50 a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv::23 Unsuported token
wait fork;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv::23 Unsuported token
wait fork;
^~~~
ERROR (7)::PARSE_ERROR Parser found (3) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: wait_fork
description: wait fork test
should_fail: 0
tags: 9.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv']
incdirs: []
top_module:
rc: 0

name: wait_fork
description: wait fork test
should_fail: 0
tags: 9.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'begin' (KW_begin) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv:12:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: wait_fork
description: wait fork test
should_fail: 0
tags: 9.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.1--wait_fork.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: disable
description: disable block
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv:12:3: error: language feature not yet supported
disable block;
^~~~~~~~~~~~~~
name: disable_other
description: disable other task
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:11:10: error: language feature not yet supported
initial fork
^~~~
name: disable
description: disable block
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv']
incdirs: []
top_module:
rc: 0

name: disable_other
description: disable other task
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:11: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:13: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:14: Unsupported: Ignoring delay on this delayed statement.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:16: syntax error, unexpected '#'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:17: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Exiting due to 3 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv
name: disable
description: disable block
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv:12: syntax error, unexpected TOK_ID
name: disable_other
description: disable other task
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:12: syntax error, unexpected TOK_BEGIN
name: disable
description: disable block
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv::12 Unsuported token
disable block;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv::12 error in parsing: (syntax error, unexpected ';', expecting voLTE or '=')
disable block;
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: disable_other
description: disable other task
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv::11 Unsuported token
initial fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv::13 error in parsing: (syntax error, unexpected vDELAY_ID)
#10 a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv::16 Unsuported token
#15 disable block;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv::17 Unsuported token
join
^~~~
name: disable
description: disable block
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv']
incdirs: []
top_module:
rc: 0

name: disable_other
description: disable other task
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv']
incdirs: []
top_module:
rc: 0

name: disable
description: disable block
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'disable' (KW_disable) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv:12:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: disable_other
description: disable other task
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'begin' (KW_begin) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv:12:17.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: disable
description: disable block
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: disable_other
description: disable other task
should_fail: 0
tags: 9.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.2--disable_other.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: disable_fork
description: disable fork
should_fail: 0
tags: 9.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:12:3: error: language feature not yet supported
fork
^~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:17:3: error: language feature not yet supported
disable fork;
^~~~~~~~~~~~~
name: disable_fork
description: disable fork
should_fail: 0
tags: 9.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:13: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:14: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:15: Unsupported: Ignoring delay on this delayed statement.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:16: Unsupported: SystemVerilog 2005 reserved word not implemented: join_any
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:17: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:17: syntax error, unexpected ';', expecting IDENTIFIER or PACKAGE-IDENTIFIER or TYPE-IDENTIFIER
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv
name: disable_fork
description: disable fork
should_fail: 0
tags: 9.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:13: syntax error, unexpected TOK_ID
name: disable_fork
description: disable fork
should_fail: 0
tags: 9.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv::13 error in parsing: (syntax error, unexpected vDELAY_ID)
#50 a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv::17 Unsuported token
disable fork;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv::17 Unsuported token
disable fork;
^~~~
ERROR (7)::PARSE_ERROR Parser found (3) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: disable_fork
description: disable fork
should_fail: 0
tags: 9.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv']
incdirs: []
top_module:
rc: 0

name: disable_fork
description: disable fork
should_fail: 0
tags: 9.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '#' (Sym_pound) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv:13:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: disable_fork
description: disable fork
should_fail: 0
tags: 9.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.6.3--disable_fork.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: process_control
description: process control
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:9:3: error: use of undeclared identifier 'process'
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:9:19: error: language feature not yet supported
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:11:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:13:23: error: use of undeclared identifier 'j'
automatic int k = j;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:15:15: error: unknown class or package 'process'
job[k] = process::self();
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:21:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:24:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:29:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
name: process_cls_await
description: process class await method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:9:3: error: use of undeclared identifier 'process'
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:9:19: error: language feature not yet supported
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:11:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:13:23: error: use of undeclared identifier 'j'
automatic int k = j;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:15:15: error: unknown class or package 'process'
job[k] = process::self();
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:20:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
name: process_cls_self
description: process class self method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:9:3: error: use of undeclared identifier 'process'
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:9:19: error: language feature not yet supported
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:11:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:13:23: error: use of undeclared identifier 'j'
automatic int k = j;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:15:15: error: unknown class or package 'process'
job[k] = process::self();
^~~~~~~
name: process_cls_kill
description: process class kill method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:9:3: error: use of undeclared identifier 'process'
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:9:19: error: language feature not yet supported
process job[] = new [N];
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:11:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:13:23: error: use of undeclared identifier 'j'
automatic int k = j;
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:15:15: error: unknown class or package 'process'
job[k] = process::self();
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:20:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:25:3: error: language feature not yet supported
foreach(job[i])
^~~~~~~~~~~~~~~
name: process_control
description: process control
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:9: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:13: syntax error, unexpected automatic
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:15: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:15: Perhaps 'process' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:22: Unsupported: Verilog 1995 reserved word not implemented: wait
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:22: Unsupported: SystemVerilog 2005 reserved word not implemented: null
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:22: syntax error, unexpected ')', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:30: syntax error, unexpected ::
%Error: Exiting due to 11 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv
name: process_cls_await
description: process class await method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:9: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:13: syntax error, unexpected automatic
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:15: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:15: Perhaps 'process' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:21: Unsupported: Verilog 1995 reserved word not implemented: wait
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: null
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:21: syntax error, unexpected ')', expecting TYPE-IDENTIFIER
%Error: Exiting due to 10 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv
name: process_cls_self
description: process class self method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:9: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:13: syntax error, unexpected automatic
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:15: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:15: Perhaps 'process' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: Exiting due to 7 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv
name: process_cls_kill
description: process class kill method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:9: syntax error, unexpected IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:12: Unsupported: Verilog 1995 reserved word not implemented: fork
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:13: syntax error, unexpected automatic
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:15: syntax error, unexpected ::, expecting ';'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:15: Perhaps 'process' is a package which needs to be predeclared? (IEEE 2012 26.3)
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: join_none
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:21: Unsupported: Verilog 1995 reserved word not implemented: wait
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:21: Unsupported: SystemVerilog 2005 reserved word not implemented: null
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:21: syntax error, unexpected ')', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:26: syntax error, unexpected ::
%Error: Exiting due to 11 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv
name: process_control
description: process control
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:8: syntax error, unexpected TOK_ID, expecting ';' or '('
name: process_cls_await
description: process class await method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:8: syntax error, unexpected TOK_ID, expecting ';' or '('
name: process_cls_self
description: process class self method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:8: syntax error, unexpected TOK_ID, expecting ';' or '('
name: process_cls_kill
description: process class kill method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:8: syntax error, unexpected TOK_ID, expecting ';' or '('
name: process_control
description: process control
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::8 error in parsing: (syntax error, unexpected '(', expecting vSYMBOL_ID or '#')
task automatic test (int N);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::9 error in parsing: (syntax error, unexpected '[', expecting '(')
process job[] = new [N];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::13 Unsuported token
automatic int k = j;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::18 error in parsing: (syntax error, unexpected vEND)
end
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::22 Unsuported token
wait(job[i] != null);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::32 Unsuported token
endtask
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv::35 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test(8);
ERROR (13)::PARSE_ERROR Parser found (6) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: process_cls_await
description: process class await method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::8 error in parsing: (syntax error, unexpected '(', expecting vSYMBOL_ID or '#')
task automatic test (int N);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::9 error in parsing: (syntax error, unexpected '[', expecting '(')
process job[] = new [N];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::13 Unsuported token
automatic int k = j;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::17 error in parsing: (syntax error, unexpected vEND)
end
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::21 Unsuported token
wait(job[i] != null);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::24 Unsuported token
endtask
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv::27 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test(8);
ERROR (13)::PARSE_ERROR Parser found (6) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: process_cls_self
description: process class self method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::8 error in parsing: (syntax error, unexpected '(', expecting vSYMBOL_ID or '#')
task automatic test (int N);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::9 error in parsing: (syntax error, unexpected '[', expecting '(')
process job[] = new [N];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::13 Unsuported token
automatic int k = j;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::17 error in parsing: (syntax error, unexpected vEND)
end
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv::19 Unsuported token
endtask
^~~~
ERROR (11)::PARSE_ERROR Parser found (5) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: process_cls_kill
description: process class kill method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::8 Unsuported token
task automatic test (int N);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::8 error in parsing: (syntax error, unexpected '(', expecting vSYMBOL_ID or '#')
task automatic test (int N);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::9 error in parsing: (syntax error, unexpected '[', expecting '(')
process job[] = new [N];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::12 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::13 Unsuported token
automatic int k = j;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::17 error in parsing: (syntax error, unexpected vEND)
end
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::21 Unsuported token
wait(job[i] != null);
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::28 Unsuported token
endtask
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv::31 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
test(8);
ERROR (13)::PARSE_ERROR Parser found (6) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: process_control
description: process control
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:9: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:13: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:15: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:30: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:30: error: Malformed conditional expression.
name: process_cls_await
description: process class await method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:9: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:13: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:15: error: malformed statement
name: process_cls_self
description: process class self method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv']
incdirs: []
top_module:
rc: 6

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:9: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:13: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:15: error: malformed statement
name: process_cls_kill
description: process class kill method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:9: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:13: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:15: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:26: error: Malformed conditional expression.
name: process_control
description: process control
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ']' (Sym_brack_r) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv:9:29.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: process_cls_await
description: process class await method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ']' (Sym_brack_r) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv:9:29.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: process_cls_self
description: process class self method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ']' (Sym_brack_r) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv:9:29.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: process_cls_kill
description: process class kill method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ']' (Sym_brack_r) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv:9:29.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: process_control
description: process control
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_suspend_resume.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: process_cls_await
description: process class await method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_await.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: process_cls_self
description: process class self method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_self.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: process_cls_kill
description: process class kill method
should_fail: 0
tags: 9.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-9/9.7--process_cls_kill.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_not_log
description: ! operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_plus
description: + operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_minus
description: - operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_not_log
description: ! operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv:13: Logical Operator LOGNOT expects 1 bit on the LHS, but LHS's VARREF 'b' generates 32 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LOGNOT generates 1 bits.
name: unary_op_plus
description: + operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_minus
description: - operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_not_log
description: ! operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_plus
description: + operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_minus
description: - operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_not_log
description: ! operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_plus
description: + operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_minus
description: - operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_not_log
description: ! operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_plus
description: + operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_minus
description: - operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_not_log
description: ! operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (! b);
end
endmodule
name: unary_op_plus
description: + operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (+ b);
end
endmodule
name: unary_op_minus
description: - operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (- b);
end
endmodule
name: unary_op_not_log
description: ! operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_not_log.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_plus
description: + operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_plus.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_minus
description: - operator test
should_fail: 0
tags: 11.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.3--unary_op_minus.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: expr_short_circuit
description: expression short circuiting test
should_fail: 0
tags: 11.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv']
incdirs: []
top_module:
rc: 0

name: expr_short_circuit
description: expression short circuiting test
should_fail: 0
tags: 11.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv']
incdirs: []
top_module:
rc: 0

name: expr_short_circuit
description: expression short circuiting test
should_fail: 0
tags: 11.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: expr_short_circuit
description: expression short circuiting test
should_fail: 0
tags: 11.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv::12 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function int fun1();
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv::14 error in parsing: (syntax error, unexpected vNUMBER, expecting vSYMBOL_ID or '#')
return 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv::19 error in parsing: (syntax error, unexpected vNUMBER, expecting vSYMBOL_ID or '#')
return 2;
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: expr_short_circuit
description: expression short circuiting test
should_fail: 0
tags: 11.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv']
incdirs: []
top_module:
rc: 0

name: expr_short_circuit
description: expression short circuiting test
should_fail: 0
tags: 11.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 1;
reg signed [31:0] b;
function signed [31:0] fun1;
input _sv2v_unused;
begin
$display("1");
fun1 = 1;
end
endfunction
function signed [31:0] fun2;
input _sv2v_unused;
begin
$display("2");
fun2 = 2;
end
endfunction
initial begin
b = ((a > 0) ? fun1(0) : fun2(0));
end
endmodule
name: expr_short_circuit
description: expression short circuiting test
should_fail: 0
tags: 11.3.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.5--expr_short_circuit.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: assign_in_expr_inv
description: invalid assignment in expression test
should_fail: 1
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv:14:8: error: expression is not assignable
a = b = c = 5;
~~~~~ ^
name: assign_in_expr
description: assignment in expression test
should_fail: 0
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv']
incdirs: []
top_module:
rc: 0

name: assign_in_expr_inv
description: invalid assignment in expression test
should_fail: 1
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv:14: syntax error, unexpected '=', expecting ';'
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv
name: assign_in_expr
description: assignment in expression test
should_fail: 0
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv:14: syntax error, unexpected '='
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv
name: assign_in_expr_inv
description: invalid assignment in expression test
should_fail: 1
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: assign_in_expr
description: assignment in expression test
should_fail: 0
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: assign_in_expr_inv
description: invalid assignment in expression test
should_fail: 1
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv::14 error in parsing: (syntax error, unexpected '=', expecting ';')
a = b = c = 5;
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: assign_in_expr
description: assignment in expression test
should_fail: 0
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv::14 error in parsing: (syntax error, unexpected '=')
a = (b = (c = 5));
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: assign_in_expr_inv
description: invalid assignment in expression test
should_fail: 1
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv:14: Syntax in assignment statement l-value.
name: assign_in_expr
description: assignment in expression test
should_fail: 0
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv']
incdirs: []
top_module:
rc: 3

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv:14: error: malformed statement
name: assign_in_expr_inv
description: invalid assignment in expression test
should_fail: 1
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '=' (Sym_eq) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv:14:15.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: assign_in_expr
description: assignment in expression test
should_fail: 0
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '=' (Sym_eq) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv:14:16.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: assign_in_expr_inv
description: invalid assignment in expression test
should_fail: 1
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr_inv.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: assign_in_expr
description: assignment in expression test
should_fail: 0
tags: 11.3.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.3.6--assign_in_expr.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: or_assignment
description: |= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv']
incdirs: []
top_module:
rc: 0

name: mul_assignment
description: *= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv']
incdirs: []
top_module:
rc: 0

name: xor_assignment
description: ^= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv']
incdirs: []
top_module:
rc: 0

name: arith_shl_assignment
description: <<<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

name: normal_assignment
description: = assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv']
incdirs: []
top_module:
rc: 0

name: plus_assignment
description: += assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv']
incdirs: []
top_module:
rc: 0

name: and_assignment
description: &= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv']
incdirs: []
top_module:
rc: 0

name: div_assignment
description: /= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv']
incdirs: []
top_module:
rc: 0

name: arith_shr_assignment
description: >>>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

name: mod_assignment
description: %= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv']
incdirs: []
top_module:
rc: 0

name: log_shl_assignment
description: <<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

name: log_shr_assignment
description: >>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

name: minus_assignment
description: -= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv']
incdirs: []
top_module:
rc: 0

name: or_assignment
description: |= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv']
incdirs: []
top_module:
rc: 0

name: mul_assignment
description: *= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv']
incdirs: []
top_module:
rc: 0

name: xor_assignment
description: ^= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv']
incdirs: []
top_module:
rc: 0

name: arith_shl_assignment
description: <<<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

name: normal_assignment
description: = assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv']
incdirs: []
top_module:
rc: 0

name: plus_assignment
description: += assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv']
incdirs: []
top_module:
rc: 0

name: and_assignment
description: &= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv']
incdirs: []
top_module:
rc: 0

name: div_assignment
description: /= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv']
incdirs: []
top_module:
rc: 0

name: arith_shr_assignment
description: >>>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

name: mod_assignment
description: %= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv']
incdirs: []
top_module:
rc: 0

name: log_shl_assignment
description: <<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

name: log_shr_assignment
description: >>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

name: minus_assignment
description: -= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv']
incdirs: []
top_module:
rc: 0

name: or_assignment
description: |= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: mul_assignment
description: *= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: xor_assignment
description: ^= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: arith_shl_assignment
description: <<<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: normal_assignment
description: = assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: plus_assignment
description: += assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: and_assignment
description: &= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: div_assignment
description: /= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: arith_shr_assignment
description: >>>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: mod_assignment
description: %= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: log_shl_assignment
description: <<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: log_shr_assignment
description: >>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: minus_assignment
description: -= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: or_assignment
description: |= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv::13 error in parsing: (syntax error, unexpected '|', expecting voLTE or '=')
a |= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: mul_assignment
description: *= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv::13 error in parsing: (syntax error, unexpected '*', expecting voLTE or '=')
a *= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: xor_assignment
description: ^= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv::13 error in parsing: (syntax error, unexpected '^', expecting voLTE or '=')
a ^= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: arith_shl_assignment
description: <<<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv::13 error in parsing: (syntax error, unexpected voSLEFT, expecting voLTE or '=')
a <<<= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: normal_assignment
description: = assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: plus_assignment
description: += assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv::13 error in parsing: (syntax error, unexpected '+', expecting voLTE or '=')
a += b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: and_assignment
description: &= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv::13 error in parsing: (syntax error, unexpected '&', expecting voLTE or '=')
a &= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: div_assignment
description: /= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv::13 error in parsing: (syntax error, unexpected '/', expecting voLTE or '=')
a /= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: arith_shr_assignment
description: >>>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv::13 error in parsing: (syntax error, unexpected voASRIGHT, expecting voLTE or '=')
a >>>= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: mod_assignment
description: %= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv::13 error in parsing: (syntax error, unexpected '%', expecting voLTE or '=')
a %= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: log_shl_assignment
description: <<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv::13 error in parsing: (syntax error, unexpected voSLEFT, expecting voLTE or '=')
a <<= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: log_shr_assignment
description: >>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv::13 error in parsing: (syntax error, unexpected voSRIGHT, expecting voLTE or '=')
a >>= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: minus_assignment
description: -= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv::13 error in parsing: (syntax error, unexpected '-', expecting voLTE or '=')
a -= b;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: or_assignment
description: |= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv']
incdirs: []
top_module:
rc: 0

name: mul_assignment
description: *= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv']
incdirs: []
top_module:
rc: 0

name: xor_assignment
description: ^= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv']
incdirs: []
top_module:
rc: 0

name: arith_shl_assignment
description: <<<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

name: normal_assignment
description: = assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv']
incdirs: []
top_module:
rc: 0

name: plus_assignment
description: += assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv']
incdirs: []
top_module:
rc: 0

name: and_assignment
description: &= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv']
incdirs: []
top_module:
rc: 0

name: div_assignment
description: /= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv']
incdirs: []
top_module:
rc: 0

name: arith_shr_assignment
description: >>>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

name: mod_assignment
description: %= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv']
incdirs: []
top_module:
rc: 0

name: log_shl_assignment
description: <<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

name: log_shr_assignment
description: >>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

name: minus_assignment
description: -= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv']
incdirs: []
top_module:
rc: 0

name: or_assignment
description: |= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a | b);
end
endmodule
name: mul_assignment
description: *= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a * b);
end
endmodule
name: xor_assignment
description: ^= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a ^ b);
end
endmodule
name: arith_shl_assignment
description: <<<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a <<< b);
end
endmodule
name: normal_assignment
description: = assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = b;
end
endmodule
name: plus_assignment
description: += assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a + b);
end
endmodule
name: and_assignment
description: &= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a & b);
end
endmodule
name: div_assignment
description: /= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a / b);
end
endmodule
name: arith_shr_assignment
description: >>>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a >>> b);
end
endmodule
name: mod_assignment
description: %= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a % b);
end
endmodule
name: log_shl_assignment
description: <<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a << b);
end
endmodule
name: log_shr_assignment
description: >>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a >> b);
end
endmodule
name: minus_assignment
description: -= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (a - b);
end
endmodule
name: or_assignment
description: |= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--or_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: mul_assignment
description: *= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mul_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: xor_assignment
description: ^= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--xor_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: arith_shl_assignment
description: <<<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: normal_assignment
description: = assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--normal_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: plus_assignment
description: += assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--plus_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: and_assignment
description: &= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--and_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: div_assignment
description: /= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--div_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: arith_shr_assignment
description: >>>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--arith_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: mod_assignment
description: %= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--mod_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: log_shl_assignment
description: <<= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shl_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: log_shr_assignment
description: >>= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--log_shr_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: minus_assignment
description: -= assignment test
should_fail: 0
tags: 11.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/assignment_op/11.4.1--minus_assignment.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_inc
description: ++ operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_dec
description: -- operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_inc
description: ++ operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_dec
description: -- operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_inc
description: ++ operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_dec
description: -- operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_inc
description: ++ operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv::12 error in parsing: (syntax error, unexpected '+', expecting voLTE or '=')
a++;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unary_op_dec
description: -- operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv::12 error in parsing: (syntax error, unexpected '-', expecting voLTE or '=')
a--;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unary_op_inc
description: ++ operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_dec
description: -- operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_inc
description: ++ operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '++' (Sym_plus_plus) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv:12:10.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: unary_op_dec
description: -- operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '--' (Sym_dash_dash) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv:12:10.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: unary_op_inc
description: ++ operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_inc.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_dec
description: -- operator test
should_fail: 0
tags: 11.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.2--unary_op_dec.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_minus
description: - operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_div
description: / operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_plus
description: + operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_pow
description: ** operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_mul
description: * operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_mod
description: % operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_minus
description: - operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_div
description: / operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_plus
description: + operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_pow
description: ** operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_mul
description: * operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_mod
description: % operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_minus
description: - operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_div
description: / operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_plus
description: + operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_pow
description: ** operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_mul
description: * operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_mod
description: % operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_minus
description: - operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_div
description: / operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_plus
description: + operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_pow
description: ** operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_mul
description: * operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_mod
description: % operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_minus
description: - operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_div
description: / operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_plus
description: + operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_pow
description: ** operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_mul
description: * operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_mod
description: % operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_minus
description: - operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a - b);
end
endmodule
name: binary_op_div
description: / operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a / b);
end
endmodule
name: binary_op_plus
description: + operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a + b);
end
endmodule
name: binary_op_pow
description: ** operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a ** b);
end
endmodule
name: binary_op_mul
description: * operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a * b);
end
endmodule
name: binary_op_mod
description: % operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a % b);
end
endmodule
name: binary_op_minus
description: - operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_minus.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_div
description: / operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_div.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_plus
description: + operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_plus.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_pow
description: ** operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_pow.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_mul
description: * operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mul.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_mod
description: % operator test
should_fail: 0
tags: 11.4.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.3--binary_op_mod.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_ge
description: >= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_gt
description: > operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_le
description: <= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_lt
description: < operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_ge
description: >= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's GTES generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_gt
description: > operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's GTS generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_le
description: <= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LTES generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_lt
description: < operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LTS generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_ge
description: >= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_gt
description: > operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_le
description: <= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_lt
description: < operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_ge
description: >= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_gt
description: > operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_le
description: <= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_lt
description: < operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_ge
description: >= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_gt
description: > operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_le
description: <= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_lt
description: < operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_ge
description: >= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a >= b);
end
endmodule
name: binary_op_gt
description: > operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a > b);
end
endmodule
name: binary_op_le
description: <= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a <= b);
end
endmodule
name: binary_op_lt
description: < operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a < b);
end
endmodule
name: binary_op_ge
description: >= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_ge.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_gt
description: > operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_gt.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_le
description: <= operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_le.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_lt
description: < operator test
should_fail: 0
tags: 11.4.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.4--binary_op_lt.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_case_eq
description: === operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_case_neq
description: !== operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_eq
description: == operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_neq
description: != operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_case_eq
description: === operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's EQCASE generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_case_neq
description: !== operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's NEQCASE generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_log_eq
description: == operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's EQ generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_log_neq
description: != operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's NEQ generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: binary_op_case_eq
description: === operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_case_neq
description: !== operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_eq
description: == operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_neq
description: != operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_case_eq
description: === operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_case_neq
description: !== operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_log_eq
description: == operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_log_neq
description: != operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_case_eq
description: === operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_case_neq
description: !== operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_eq
description: == operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_neq
description: != operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_case_eq
description: === operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a === b);
end
endmodule
name: binary_op_case_neq
description: !== operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a !== b);
end
endmodule
name: binary_op_log_eq
description: == operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a == b);
end
endmodule
name: binary_op_log_neq
description: != operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a != b);
end
endmodule
name: binary_op_case_eq
description: === operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_eq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_case_neq
description: !== operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_case_neq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_eq
description: == operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_neq
description: != operator test
should_fail: 0
tags: 11.4.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.5--binary_op_log_neq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_wild_eq
description: ==? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_wild_neq
description: !=? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_wild_eq
description: ==? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv']
incdirs: []
top_module:
rc: 10

%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv:14: ../V3Width.cpp:3316: Node needs sign change, but bad case: EQWILD 0x56204b615c00 {d14} @dt=0x56204b615cc0@(G/nw1)
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv
name: binary_op_wild_neq
description: !=? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv']
incdirs: []
top_module:
rc: 10

%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv:14: ../V3Width.cpp:3316: Node needs sign change, but bad case: NEQWILD 0x5641a15fdc00 {d14} @dt=0x5641a15fdcc0@(G/nw1)
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv
name: binary_op_wild_eq
description: ==? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_wild_neq
description: !=? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_wild_eq
description: ==? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv::14 error in parsing: (syntax error, unexpected '?')
c = a ==? b;
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: binary_op_wild_neq
description: !=? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv::14 error in parsing: (syntax error, unexpected '?')
c = a !=? b;
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: binary_op_wild_eq
description: ==? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv:14: error: malformed statement
name: binary_op_wild_neq
description: !=? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv:14: error: malformed statement
name: binary_op_wild_eq
description: ==? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a ==? b);
end
endmodule
name: binary_op_wild_neq
description: !=? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a !=? b);
end
endmodule
name: binary_op_wild_eq
description: ==? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_eq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_wild_neq
description: !=? operator test
should_fail: 0
tags: 11.4.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.6--binary_op_wild_neq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_imp
description: -> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_or
description: || operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_eq
description: <-> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_and
description: && operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_imp
description: -> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv:14: Logical Operator LOGIF expects 1 bit on the LHS, but LHS's VARREF 'a' generates 32 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv:14: Logical Operator LOGIF expects 1 bit on the RHS, but RHS's VARREF 'b' generates 32 bits.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LOGIF generates 1 bits.
name: binary_op_log_or
description: || operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv:14: Logical Operator LOGOR expects 1 bit on the LHS, but LHS's VARREF 'a' generates 32 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv:14: Logical Operator LOGOR expects 1 bit on the RHS, but RHS's VARREF 'b' generates 32 bits.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LOGOR generates 1 bits.
name: binary_op_log_eq
description: <-> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv:14: syntax error, unexpected ->, expecting TYPE-IDENTIFIER
%Error: Exiting due to 1 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv
name: binary_op_log_and
description: && operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv:14: Logical Operator LOGAND expects 1 bit on the LHS, but LHS's VARREF 'a' generates 32 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv:14: Logical Operator LOGAND expects 1 bit on the RHS, but RHS's VARREF 'b' generates 32 bits.
%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LOGAND generates 1 bits.
name: binary_op_log_imp
description: -> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_or
description: || operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_eq
description: <-> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_and
description: && operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_imp
description: -> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv::14 error in parsing: (syntax error, unexpected '>')
c = a -> b;
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: binary_op_log_or
description: || operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_log_eq
description: <-> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv::14 error in parsing: (syntax error, unexpected '>')
c = a <-> b;
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: binary_op_log_and
description: && operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_log_imp
description: -> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv:14: error: malformed statement
name: binary_op_log_or
description: || operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_eq
description: <-> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv:14: error: malformed statement
name: binary_op_log_and
description: && operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_imp
description: -> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '->' (Sym_dash_gt) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv:14:11.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: binary_op_log_or
description: || operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a || b);
end
endmodule
name: binary_op_log_eq
description: <-> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '->' (Sym_dash_gt) at /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv:14:12.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: binary_op_log_and
description: && operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a && b);
end
endmodule
name: binary_op_log_imp
description: -> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_imp.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_or
description: || operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_or.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_eq
description: <-> operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_eq.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_and
description: && operator test
should_fail: 0
tags: 11.4.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.7--binary_op_log_and.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_bit_xor
description: ^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_xnor
description: ~^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_or
description: | operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_and
description: & operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_not_bit
description: ~ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_xor
description: ^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_xnor
description: ~^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_or
description: | operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_and
description: & operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_not_bit
description: ~ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_xor
description: ^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_bit_xnor
description: ~^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_bit_or
description: | operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_bit_and
description: & operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_not_bit
description: ~ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_bit_xor
description: ^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_bit_xnor
description: ~^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_bit_or
description: | operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_bit_and
description: & operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: unary_op_not_bit
description: ~ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: binary_op_bit_xor
description: ^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_xnor
description: ~^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_or
description: | operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_and
description: & operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_not_bit
description: ~ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_bit_xor
description: ^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a ^ b);
end
endmodule
name: binary_op_bit_xnor
description: ~^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a ~^ b);
end
endmodule
name: binary_op_bit_or
description: | operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a | b);
end
endmodule
name: binary_op_bit_and
description: & operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a & b);
end
endmodule
name: unary_op_not_bit
description: ~ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (~ b);
end
endmodule
name: binary_op_bit_xor
description: ^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xor.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_bit_xnor
description: ~^ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_xnor.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_bit_or
description: | operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_or.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_bit_and
description: & operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.8--binary_op_bit_and.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_not_bit
description: ~ operator test
should_fail: 0
tags: 11.4.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.8--unary_op_not_bit.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_xor
description: ^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_nand
description: ~& operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_xnor_1
description: ~^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_and
description: & operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_xnor_2
description: ^~ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_or
description: | operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_nor
description: ~| operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_xor
description: ^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's REDXOR generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unary_op_nand
description: ~& operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LOGNOT generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unary_op_xnor_1
description: ~^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's REDXNOR generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unary_op_and
description: & operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's REDAND generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unary_op_xnor_2
description: ^~ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's REDXNOR generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unary_op_or
description: | operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's REDOR generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unary_op_nor
description: ~| operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv:13: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's LOGNOT generates 1 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unary_op_xor
description: ^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_nand
description: ~& operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_xnor_1
description: ~^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_and
description: & operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_xnor_2
description: ^~ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_or
description: | operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_nor
description: ~| operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unary_op_xor
description: ^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_nand
description: ~& operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_xnor_1
description: ~^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_and
description: & operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_xnor_2
description: ^~ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_or
description: | operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_nor
description: ~| operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
name: unary_op_xor
description: ^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_nand
description: ~& operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_xnor_1
description: ~^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_and
description: & operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_xnor_2
description: ^~ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_or
description: | operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_nor
description: ~| operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv']
incdirs: []
top_module:
rc: 0

name: unary_op_xor
description: ^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (^ b);
end
endmodule
name: unary_op_nand
description: ~& operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (~& b);
end
endmodule
name: unary_op_xnor_1
description: ~^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (~^ b);
end
endmodule
name: unary_op_and
description: & operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (& b);
end
endmodule
name: unary_op_xnor_2
description: ^~ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (~^ b);
end
endmodule
name: unary_op_or
description: | operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (| b);
end
endmodule
name: unary_op_nor
description: ~| operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
initial begin
a = (~| b);
end
endmodule
name: unary_op_xor
description: ^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xor.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_nand
description: ~& operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nand.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_xnor_1
description: ~^ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_1.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_and
description: & operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_and.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_xnor_2
description: ^~ operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_xnor_2.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_or
description: | operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_or.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unary_op_nor
description: ~| operator test
should_fail: 0
tags: 11.4.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/unary_op/11.4.9--unary_op_nor.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_shl
description: << operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_arith_shr
description: >>> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_shr
description: >> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_arith_shl
description: <<< operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_shl
description: << operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_arith_shr
description: >>> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_shr
description: >> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_arith_shl
description: <<< operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_shl
description: << operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_arith_shr
description: >>> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_shr
description: >> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_arith_shl
description: <<< operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: binary_op_log_shl
description: << operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_arith_shr
description: >>> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_log_shr
description: >> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_arith_shl
description: <<< operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: binary_op_log_shl
description: << operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_arith_shr
description: >>> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_shr
description: >> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_arith_shl
description: <<< operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv']
incdirs: []
top_module:
rc: 0

name: binary_op_log_shl
description: << operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a << b);
end
endmodule
name: binary_op_arith_shr
description: >>> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a >>> b);
end
endmodule
name: binary_op_log_shr
description: >> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a >> b);
end
endmodule
name: binary_op_arith_shl
description: <<< operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = (a <<< b);
end
endmodule
name: binary_op_log_shl
description: << operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shl.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_arith_shr
description: >>> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shr.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_log_shr
description: >> operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_log_shr.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: binary_op_arith_shl
description: <<< operator test
should_fail: 0
tags: 11.4.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/binary_op/11.4.10--binary_op_arith_shl.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: cond_op
description: ?: operator test
should_fail: 0
tags: 11.4.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv']
incdirs: []
top_module:
rc: 0

name: cond_op
description: ?: operator test
should_fail: 0
tags: 11.4.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv']
incdirs: []
top_module:
rc: 0

name: cond_op
description: ?: operator test
should_fail: 0
tags: 11.4.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: cond_op
description: ?: operator test
should_fail: 0
tags: 11.4.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
name: cond_op
description: ?: operator test
should_fail: 0
tags: 11.4.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv']
incdirs: []
top_module:
rc: 0

name: cond_op
description: ?: operator test
should_fail: 0
tags: 11.4.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 12;
reg signed [31:0] b = 5;
reg signed [31:0] c;
initial begin
c = ((a > b) ? 11 : 13);
end
endmodule
name: cond_op
description: ?: operator test
should_fail: 0
tags: 11.4.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.11--cond_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: concat_op
description: concatenation operator test
should_fail: 0
tags: 11.4.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv']
incdirs: []
top_module:
rc: 0

name: concat_op
description: concatenation operator test
should_fail: 0
tags: 11.4.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv']
incdirs: []
top_module:
rc: 0

name: concat_op
description: concatenation operator test
should_fail: 0
tags: 11.4.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: concat_op
description: concatenation operator test
should_fail: 0
tags: 11.4.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [15:0] a;
name: concat_op
description: concatenation operator test
should_fail: 0
tags: 11.4.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv']
incdirs: []
top_module:
rc: 0

name: concat_op
description: concatenation operator test
should_fail: 0
tags: 11.4.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [15:0] a;
wire [7:0] b = 8'b10101100;
wire [7:0] c = 8'b01010011;
initial begin
a = {b, c};
end
endmodule
name: concat_op
description: concatenation operator test
should_fail: 0
tags: 11.4.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12--concat_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: repl_op
description: replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv']
incdirs: []
top_module:
rc: 0

name: nested_repl_op
description: nested replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv']
incdirs: []
top_module:
rc: 0

name: repl_op
description: replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv']
incdirs: []
top_module:
rc: 0

name: nested_repl_op
description: nested replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv']
incdirs: []
top_module:
rc: 0

name: repl_op
description: replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: nested_repl_op
description: nested replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: repl_op
description: replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [15:0] a;
name: nested_repl_op
description: nested replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [15:0] a;
name: repl_op
description: replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv']
incdirs: []
top_module:
rc: 0

name: nested_repl_op
description: nested replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv']
incdirs: []
top_module:
rc: 0

name: repl_op
description: replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [15:0] a;
wire [1:0] b = 2'b10;
initial begin
a = {8 {b}};
end
endmodule
name: nested_repl_op
description: nested replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [15:0] a;
wire [1:0] b = 2'b10;
wire [1:0] c = 2'b01;
wire [3:0] d = 4'b1111;
initial begin
a = {{3 {b, c}}, d};
end
endmodule
name: repl_op
description: replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--repl_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: nested_repl_op
description: nested replication operator test
should_fail: 0
tags: 11.4.12.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.1--nested_repl_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string_concat_op
description: string concatenation operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv']
incdirs: []
top_module:
rc: 0

name: string_repl_op
description: string replication operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv']
incdirs: []
top_module:
rc: 0

name: string_concat_op
description: string concatenation operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv']
incdirs: []
top_module:
rc: 0

name: string_repl_op
description: string replication operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv']
incdirs: []
top_module:
rc: 0

name: string_concat_op
description: string concatenation operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: string_repl_op
description: string replication operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: string_concat_op
description: string concatenation operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
string str;
name: string_repl_op
description: string replication operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
string str;
name: string_concat_op
description: string concatenation operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv']
incdirs: []
top_module:
rc: 0

name: string_repl_op
description: string replication operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv']
incdirs: []
top_module:
rc: 0

name: string_concat_op
description: string concatenation operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv']
incdirs: []
top_module:
rc: 0

module top;
string str;
initial begin
str = {"Hello", " ", "World", "!"};
$display(str);
end
endmodule
name: string_repl_op
description: string replication operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv']
incdirs: []
top_module:
rc: 0

module top;
string str;
initial begin
str = {4 {"test "}};
$display(str);
end
endmodule
name: string_concat_op
description: string concatenation operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_concat_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string_repl_op
description: string replication operator test
should_fail: 0
tags: 11.4.12.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.12.2--string_repl_op.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: set_member
description: inside operator test
should_fail: 0
tags: 11.4.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv:15:6: error: language feature not yet supported
a = b inside {c, d};
^~~~~~~~~~~~~~~
name: set_member
description: inside operator test
should_fail: 0
tags: 11.4.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv']
incdirs: []
top_module:
rc: 10

%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv:15: ../V3Width.cpp:3316: Node needs sign change, but bad case: EQWILD 0x55a63baf4660 {d15} @dt=0x55a63baf8f00@(G/nw1)
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv
name: set_member
description: inside operator test
should_fail: 0
tags: 11.4.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: set_member
description: inside operator test
should_fail: 0
tags: 11.4.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv::11 error in parsing: (syntax error, unexpected '=', expecting '(')
int c = 5;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv::12 error in parsing: (syntax error, unexpected '=', expecting '(')
int d = 7;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = b inside {c, d};
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: set_member
description: inside operator test
should_fail: 0
tags: 11.4.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv:15: sorry: "inside" expressions not supported yet.
name: set_member
description: inside operator test
should_fail: 0
tags: 11.4.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'inside' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv:15:15.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: set_member
description: inside operator test
should_fail: 0
tags: 11.4.13
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.13--set_member.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: stream_concat
description: stream concatenation test
should_fail: 0
tags: 11.4.14.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv:14:6: error: language feature not yet supported
c = {>> byte {a, b}};
^~~~~~~~~~~~~~~~
name: stream_concat
description: stream concatenation test
should_fail: 0
tags: 11.4.14.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv']
incdirs: []
top_module:
rc: 0

name: stream_concat
description: stream concatenation test
should_fail: 0
tags: 11.4.14.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: stream_concat
description: stream concatenation test
should_fail: 0
tags: 11.4.14.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = {"A", "B", "C", "D"};
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = {"E", "F", "G", "H"};
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv::14 error in parsing: (syntax error, unexpected voSRIGHT)
c = {>> byte {a, b}};
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: stream_concat
description: stream concatenation test
should_fail: 0
tags: 11.4.14.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv:14: error: malformed statement
name: stream_concat
description: stream concatenation test
should_fail: 0
tags: 11.4.14.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = {"A", "B", "C", "D"};
reg signed [31:0] b = {"E", "F", "G", "H"};
reg [63:0] c;
initial begin
c = {>> 8{a, b}};
end
endmodule
name: stream_concat
description: stream concatenation test
should_fail: 0
tags: 11.4.14.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.1--stream_concat.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: reorder_stream
description: stream reordering test
should_fail: 0
tags: 11.4.14.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv:13:6: error: language feature not yet supported
b = { << byte {a}};
^~~~~~~~~~~~~~
name: reorder_stream
description: stream reordering test
should_fail: 0
tags: 11.4.14.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv']
incdirs: []
top_module:
rc: 0

name: reorder_stream
description: stream reordering test
should_fail: 0
tags: 11.4.14.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: reorder_stream
description: stream reordering test
should_fail: 0
tags: 11.4.14.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = {"A", "B", "C", "D"};
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv::13 error in parsing: (syntax error, unexpected voSLEFT)
b = { << byte {a}};
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: reorder_stream
description: stream reordering test
should_fail: 0
tags: 11.4.14.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv:13: error: malformed statement
name: reorder_stream
description: stream reordering test
should_fail: 0
tags: 11.4.14.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = {"A", "B", "C", "D"};
reg signed [31:0] b;
initial begin
b = {<< 8{a}};
end
endmodule
name: reorder_stream
description: stream reordering test
should_fail: 0
tags: 11.4.14.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.2--reorder_stream.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unpack_stream_pad
description: padded stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv:14:18: error: language feature not yet supported
bit [127:0] d = {<<{a, b, c}};
^~~~~~~~~~~~~
name: unpack_stream
description: stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv:14:17: error: language feature not yet supported
bit [95:0] d = {<<{a, b, c}};
^~~~~~~~~~~~~
name: unpack_stream_inv
description: invalid stream unpack test
should_fail: 1
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv:14:10: error: language feature not yet supported
int d = {<<{a, b, c}};
^~~~~~~~~~~~~
name: unpack_stream_pad
description: padded stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv:14: Operator ASSIGN expects 128 bits on the Assign RHS, but Assign RHS's STREAML generates 96 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unpack_stream
description: stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv']
incdirs: []
top_module:
rc: 0

name: unpack_stream_inv
description: invalid stream unpack test
should_fail: 1
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv:14: Operator ASSIGN expects 32 bits on the Assign RHS, but Assign RHS's STREAML generates 96 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unpack_stream_pad
description: padded stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unpack_stream
description: stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unpack_stream_inv
description: invalid stream unpack test
should_fail: 1
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv:9: syntax error, unexpected '=', expecting '(' or '['
name: unpack_stream_pad
description: padded stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv::11 error in parsing: (syntax error, unexpected '=', expecting '(')
int c = 3;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv::14 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
bit [127:0] d = {<<{a, b, c}};
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unpack_stream
description: stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv::11 error in parsing: (syntax error, unexpected '=', expecting '(')
int c = 3;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv::14 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
bit [95:0] d = {<<{a, b, c}};
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unpack_stream_inv
description: invalid stream unpack test
should_fail: 1
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv::9 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 1;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv::10 error in parsing: (syntax error, unexpected '=', expecting '(')
int b = 2;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv::11 error in parsing: (syntax error, unexpected '=', expecting '(')
int c = 3;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv::14 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
int d = {<<{a, b, c}};
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unpack_stream_pad
description: padded stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv']
incdirs: []
top_module:
rc: 3

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv:14: sorry: Streaming concatenation not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv:15: syntax error
I give up.
name: unpack_stream
description: stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv']
incdirs: []
top_module:
rc: 3

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv:14: sorry: Streaming concatenation not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv:15: syntax error
I give up.
name: unpack_stream_inv
description: invalid stream unpack test
should_fail: 1
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv']
incdirs: []
top_module:
rc: 3

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv:14: sorry: Streaming concatenation not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv:15: syntax error
I give up.
name: unpack_stream_pad
description: padded stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 1;
reg signed [31:0] b = 2;
reg signed [31:0] c = 3;
initial begin : sv2v_autoblock_0
reg [127:0] d = {<< 1{a, b, c}};
end
endmodule
name: unpack_stream
description: stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 1;
reg signed [31:0] b = 2;
reg signed [31:0] c = 3;
initial begin : sv2v_autoblock_0
reg [95:0] d = {<< 1{a, b, c}};
end
endmodule
name: unpack_stream_inv
description: invalid stream unpack test
should_fail: 1
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [31:0] a = 1;
reg signed [31:0] b = 2;
reg signed [31:0] c = 3;
initial begin : sv2v_autoblock_0
reg signed [31:0] d = {<< 1{a, b, c}};
end
endmodule
name: unpack_stream_pad
description: padded stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_pad.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unpack_stream
description: stream unpack test
should_fail: 0
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unpack_stream_inv
description: invalid stream unpack test
should_fail: 1
tags: 11.4.14.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.3--unpack_stream_inv.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: dynamic_array_unpack_stream
description: stream unpack test with dynamic array
should_fail: 0
tags: 11.4.14.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:11:12: error: dimension requires a constant range
byte i_data[];
^~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:16:12: error: dimension requires a constant range
byte o_data[];
^~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:20:10: error: dimension requires a constant range
byte pkt[$];
^~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:24:11: error: language feature not yet supported
i_data = new[5];
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:27:8: error: language feature not yet supported
pkt = {<< byte{i_header, i_len, i_data, i_crc}};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:29:2: error: language feature not yet supported
{<< byte{o_header, o_len, o_data with [0 +: o_len], o_crc}} = pkt;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: dynamic_array_unpack_stream
description: stream unpack test with dynamic array
should_fail: 0
tags: 11.4.14.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:11: syntax error, unexpected ']', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:16: syntax error, unexpected ']', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:20: syntax error, unexpected $undefined, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: new
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:24: syntax error, unexpected '[', expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:29: Unsupported: SystemVerilog 2005 reserved word not implemented: with
%Error: Exiting due to 6 error(s)
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv
name: dynamic_array_unpack_stream
description: stream unpack test with dynamic array
should_fail: 0
tags: 11.4.14.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:9: syntax error, unexpected ';', expecting '(' or '['
name: dynamic_array_unpack_stream
description: stream unpack test with dynamic array
should_fail: 0
tags: 11.4.14.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
int i_header;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::10 error in parsing: (syntax error, unexpected ';', expecting '(')
int i_len;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::11 error in parsing: (syntax error, unexpected '[', expecting '(')
byte i_data[];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::12 error in parsing: (syntax error, unexpected ';', expecting '(')
int i_crc;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::14 error in parsing: (syntax error, unexpected ';', expecting '(')
int o_header;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::15 error in parsing: (syntax error, unexpected ';', expecting '(')
int o_len;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::16 error in parsing: (syntax error, unexpected '[', expecting '(')
byte o_data[];
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::17 error in parsing: (syntax error, unexpected ';', expecting '(')
int o_crc;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv::20 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
byte pkt[$];
ERROR (12)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: dynamic_array_unpack_stream
description: stream unpack test with dynamic array
should_fail: 0
tags: 11.4.14.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:27: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:29: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:29: Syntax in assignment statement l-value.
name: dynamic_array_unpack_stream
description: stream unpack test with dynamic array
should_fail: 0
tags: 11.4.14.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ']' (Sym_brack_r) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv:11:13.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: dynamic_array_unpack_stream
description: stream unpack test with dynamic array
should_fail: 0
tags: 11.4.14.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.4.14.4--dynamic_array_stream.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: idx_neg_part_select
description: indexed negative part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv']
incdirs: []
top_module:
rc: 0

name: non_idx_part_select
description: non-indexed part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_neg_part_select
description: indexed negative part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv']
incdirs: []
top_module:
rc: 0

name: non_idx_part_select
description: non-indexed part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_neg_part_select
description: indexed negative part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: non_idx_part_select
description: non-indexed part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: idx_neg_part_select
description: indexed negative part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [15:0] a;
name: non_idx_part_select
description: non-indexed part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [15:0] a;
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [15:0] a;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv::9 error in parsing: (syntax error, unexpected ';', expecting '(')
logic b;
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [15:0] a;
name: idx_neg_part_select
description: indexed negative part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv']
incdirs: []
top_module:
rc: 0

name: non_idx_part_select
description: non-indexed part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv']
incdirs: []
top_module:
rc: 0

name: idx_neg_part_select
description: indexed negative part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [15:0] a;
reg [3:0] b;
initial begin
b = a[11-:4];
end
endmodule
name: non_idx_part_select
description: non-indexed part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [15:0] a;
reg [3:0] b;
initial begin
b = a[11:8];
end
endmodule
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [15:0] a;
reg b;
initial begin
b = a[11];
end
endmodule
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [15:0] a;
reg [3:0] b;
initial begin
b = a[11+:4];
end
endmodule
name: idx_neg_part_select
description: indexed negative part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_neg_part_select.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: non_idx_part_select
description: non-indexed part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--non_idx_part_select.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_select.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: idx_pos_part_select
description: indexed positive part-select bit test
should_fail: 0
tags: 11.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.1--idx_pos_part_select.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv']
incdirs: []
top_module:
rc: 0

name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv']
incdirs: []
top_module:
rc: 0

name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv']
incdirs: []
top_module:
rc: 0

name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv']
incdirs: []
top_module:
rc: 0

name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [7:0] mem [0:1023];
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv::8 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [7:0] mem [0:1023][0:3];
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv']
incdirs: []
top_module:
rc: 0

name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv']
incdirs: []
top_module:
rc: 0

name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [8191:0] mem;
reg [7:0] a;
initial begin
a = mem[7200+:8];
end
endmodule
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [32767:0] mem;
reg [7:0] a;
initial begin
a = mem[28808+:8];
end
endmodule
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--array_addressing.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: array_addressing
description: array addressing test
should_fail: 0
tags: 11.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.5.2--multi_dim_array_addressing.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: signed_func
description: $signed() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv:12:6: error: use of undeclared identifier '$signed'
a = $signed(4'b1000);
^~~~~~~
name: unsigned_func
description: $unsigned() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv:12:6: error: use of undeclared identifier '$unsigned'
a = $unsigned(-4);
^~~~~~~~~
name: signed_func
description: $signed() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv:12: Operator ASSIGN expects 8 bits on the Assign RHS, but Assign RHS's SIGNED generates 4 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: unsigned_func
description: $unsigned() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv']
incdirs: []
top_module:
rc: 0

%Warning-WIDTH: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv:12: Operator ASSIGN expects 8 bits on the Assign RHS, but Assign RHS's UNSIGNED generates 32 bits.
%Warning-WIDTH: Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
name: signed_func
description: $signed() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: unsigned_func
description: $unsigned() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: signed_func
description: $signed() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv::9 error in parsing: (syntax error, unexpected vSIGNED, expecting vSYMBOL_ID or '#')
logic signed [7:0] a;
name: unsigned_func
description: $unsigned() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [7:0] a;
name: signed_func
description: $signed() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv']
incdirs: []
top_module:
rc: 0

name: unsigned_func
description: $unsigned() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv']
incdirs: []
top_module:
rc: 0

name: signed_func
description: $signed() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv']
incdirs: []
top_module:
rc: 0

module top;
reg signed [7:0] a;
initial begin
a = $signed(4'b1000);
end
endmodule
name: unsigned_func
description: $unsigned() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [7:0] a;
initial begin
a = $unsigned((- 4));
end
endmodule
name: signed_func
description: $signed() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--signed_func.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unsigned_func
description: $unsigned() test
should_fail: 0
tags: 11.7
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.7--unsigned_func.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: tagged_union_member_access_inv
description: invalid tagged union member access test
should_fail: 1
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:9:9: error: language feature not yet supported
typedef union tagged {
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:19:6: error: language feature not yet supported
a = tagged Invalid;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:20:6: error: language feature not yet supported
b = tagged Valid(42);
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:20:18: error: expected ';'
b = tagged Valid(42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:20:18: error: expected statement
b = tagged Valid(42);
^
name: tagged_union_member_access
description: tagged union member access test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:9:9: error: language feature not yet supported
typedef union tagged {
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:19:6: error: language feature not yet supported
a = tagged Invalid;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:20:6: error: language feature not yet supported
b = tagged Valid(42);
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:20:18: error: expected ';'
b = tagged Valid(42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:20:18: error: expected statement
b = tagged Valid(42);
^
name: tagged_union
description: tagged union test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:9:9: error: language feature not yet supported
typedef union tagged {
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:17:6: error: language feature not yet supported
a = tagged Invalid;
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:18:6: error: language feature not yet supported
b = tagged Valid(42);
^~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:18:18: error: expected ';'
b = tagged Valid(42);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:18:18: error: expected statement
b = tagged Valid(42);
^
name: tagged_union_member_access_inv
description: invalid tagged union member access test
should_fail: 1
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:10: syntax error, unexpected void, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:12: syntax error, unexpected '}'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:7: ../V3ParseSym.h:112: Symbols suggest ending UNIONDTYPE but parser thinks ending MODULE 'top'
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv
name: tagged_union_member_access
description: tagged union member access test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:10: syntax error, unexpected void, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:12: syntax error, unexpected '}'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:19: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:20: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:7: ../V3ParseSym.h:112: Symbols suggest ending UNIONDTYPE but parser thinks ending MODULE 'top'
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv
name: tagged_union
description: tagged union test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:10: syntax error, unexpected void, expecting TYPE-IDENTIFIER
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:12: syntax error, unexpected '}'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:17: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:18: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: Internal Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:7: ../V3ParseSym.h:112: Symbols suggest ending UNIONDTYPE but parser thinks ending MODULE 'top'
%Error: Internal Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv
name: tagged_union_member_access_inv
description: invalid tagged union member access test
should_fail: 1
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: tagged_union_member_access
description: tagged union member access test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: tagged_union
description: tagged union test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: tagged_union_member_access_inv
description: invalid tagged union member access test
should_fail: 1
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int Valid;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv::14 error in parsing: (syntax error, unexpected ',', expecting '(')
u_int a, b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv::16 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = tagged Invalid;
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: tagged_union_member_access
description: tagged union member access test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int Valid;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv::14 error in parsing: (syntax error, unexpected ',', expecting '(')
u_int a, b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv::16 error in parsing: (syntax error, unexpected ';', expecting '(')
int c;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv::19 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = tagged Invalid;
ERROR (8)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: tagged_union
description: tagged union test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv::11 error in parsing: (syntax error, unexpected ';', expecting '(')
int Valid;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv::14 error in parsing: (syntax error, unexpected ',', expecting '(')
u_int a, b;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv::17 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
a = tagged Invalid;
ERROR (7)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: tagged_union_member_access_inv
description: invalid tagged union member access test
should_fail: 1
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv']
incdirs: []
top_module:
rc: 10

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:14: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:19: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:20: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:20: error: malformed statement
name: tagged_union_member_access
description: tagged union member access test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv']
incdirs: []
top_module:
rc: 10

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:14: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:19: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:20: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:20: error: malformed statement
name: tagged_union
description: tagged union test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv']
incdirs: []
top_module:
rc: 10

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:14: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:17: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:18: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:18: error: malformed statement
name: tagged_union_member_access_inv
description: invalid tagged union member access test
should_fail: 1
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv:9:15.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: tagged_union_member_access
description: tagged union member access test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv:9:15.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: tagged_union
description: tagged union test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv:9:15.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: tagged_union_member_access_inv
description: invalid tagged union member access test
should_fail: 1
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access_inv.sv']
incdirs: []
top_module:
rc: 1

FAKE RUNNER
name: tagged_union_member_access
description: tagged union member access test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union_member_access.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: tagged_union
description: tagged union test
should_fail: 0
tags: 11.9
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.9--tagged_union.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string_bit_array
description: string stored in bit array test
should_fail: 0
tags: 11.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv']
incdirs: []
top_module:
rc: 0

name: string_bit_array
description: string stored in bit array test
should_fail: 0
tags: 11.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv']
incdirs: []
top_module:
rc: 0

name: string_bit_array
description: string stored in bit array test
should_fail: 0
tags: 11.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Successfully finished Verilog frontend.
name: string_bit_array
description: string stored in bit array test
should_fail: 0
tags: 11.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [8*14:1] a;
name: string_bit_array
description: string stored in bit array test
should_fail: 0
tags: 11.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv']
incdirs: []
top_module:
rc: 0

name: string_bit_array
description: string stored in bit array test
should_fail: 0
tags: 11.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [(8 * 14):1] a;
initial begin
a = "Test";
end
endmodule
name: string_bit_array
description: string stored in bit array test
should_fail: 0
tags: 11.10
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10--string_bit_array.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string_concat
description: string concatenation test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv']
incdirs: []
top_module:
rc: 0

name: string_compare
description: string comparison test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv']
incdirs: []
top_module:
rc: 0

name: string_copy
description: string copy test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv']
incdirs: []
top_module:
rc: 0

name: string_concat
description: string concatenation test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv']
incdirs: []
top_module:
rc: 0

name: string_compare
description: string comparison test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv']
incdirs: []
top_module:
rc: 0

name: string_copy
description: string copy test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv']
incdirs: []
top_module:
rc: 0

name: string_concat
description: string concatenation test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Failed to evaluate system task `$display' with non-constant 1st argument at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv:15.
name: string_compare
description: string comparison test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Failed to evaluate system task `$display' with non-constant 1st argument at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv:15.
name: string_copy
description: string copy test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Failed to evaluate system task `$display' with non-constant 1st argument at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv:15.
name: string_concat
description: string concatenation test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [8*14:1] a;
name: string_compare
description: string comparison test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [8*14:1] a;
name: string_copy
description: string copy test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [8*14:1] a;
name: string_concat
description: string concatenation test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv']
incdirs: []
top_module:
rc: 0

name: string_compare
description: string comparison test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv']
incdirs: []
top_module:
rc: 0

name: string_copy
description: string copy test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv']
incdirs: []
top_module:
rc: 0

name: string_concat
description: string concatenation test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [(8 * 14):1] a;
reg [(8 * 14):1] b;
initial begin
a = "Test";
b = "TEST";
$display({a, b});
end
endmodule
name: string_compare
description: string comparison test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [(8 * 14):1] a;
reg [(8 * 14):1] b;
initial begin
a = "Test";
b = "Test";
$display((a == b));
end
endmodule
name: string_copy
description: string copy test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [(8 * 14):1] a;
reg [(8 * 14):1] b;
initial begin
a = "Test";
b = a;
$display(b);
end
endmodule
name: string_concat
description: string concatenation test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_concat.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string_compare
description: string comparison test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_compare.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: string_copy
description: string copy test
should_fail: 0
tags: 11.10.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.1--string_copy.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: empty_string
description: empty string test
should_fail: 0
tags: 11.10.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv:13:2: error: use of undeclared identifier '$assert'
$assert(a == 0);
^~~~~~~
name: empty_string
description: empty string test
should_fail: 0
tags: 11.10.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv:13: Unsupported or unknown PLI call: $assert
%Error: Exiting due to 1 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv
name: empty_string
description: empty string test
should_fail: 0
tags: 11.10.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Can't resolve task name `\$assert' at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv:13.
name: empty_string
description: empty string test
should_fail: 0
tags: 11.10.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
bit [8*14:1] a;
name: empty_string
description: empty string test
should_fail: 0
tags: 11.10.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv']
incdirs: []
top_module:
rc: 0

name: empty_string
description: empty string test
should_fail: 0
tags: 11.10.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv']
incdirs: []
top_module:
rc: 0

module top;
reg [(8 * 14):1] a;
initial begin
a = "";
$assert((a == 0));
end
endmodule
name: empty_string
description: empty string test
should_fail: 0
tags: 11.10.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.10.3--empty_string.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: min_max_avg_delay
description: minimum, typical and maximum delay expressions test
should_fail: 0
tags: 11.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv:10:4: error: language feature not yet supported
#(100:200:300) $display("Done");
^~~~~~~~~~~
name: min_max_avg_delay
description: minimum, typical and maximum delay expressions test
should_fail: 0
tags: 11.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv']
incdirs: []
top_module:
rc: 0

%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv:10: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
name: min_max_avg_delay
description: minimum, typical and maximum delay expressions test
should_fail: 0
tags: 11.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv' to AST representation.
Generating RTLIL representation for module `\top'.
Done
Successfully finished Verilog frontend.
name: min_max_avg_delay
description: minimum, typical and maximum delay expressions test
should_fail: 0
tags: 11.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv::10 error in parsing: (syntax error, unexpected '#')
#(100:200:300) $display("Done");
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: min_max_avg_delay
description: minimum, typical and maximum delay expressions test
should_fail: 0
tags: 11.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv']
incdirs: []
top_module:
rc: 0

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv:10: warning: choosing typ expression.
name: min_max_avg_delay
description: minimum, typical and maximum delay expressions test
should_fail: 0
tags: 11.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ':' (Sym_colon) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv:10:14.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: min_max_avg_delay
description: minimum, typical and maximum delay expressions test
should_fail: 0
tags: 11.11
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.11--min_max_avg_delay.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: let_construct
description: let construct test
should_fail: 0
tags: 11.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14:1: error: language feature not yet supported
let op(x, y, z) = |((x | y) & z);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14:17: error: expected expression
let op(x, y, z) = |((x | y) & z);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14:33: error: expected '='
let op(x, y, z) = |((x | y) & z);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:17:6: error: use of undeclared identifier 'op'
d = op(.x(a), .y(b), .z(c));
^~
name: let_construct
description: let construct test
should_fail: 0
tags: 11.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14: Unsupported: SystemVerilog 2009 reserved word not implemented: let
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14: syntax error, unexpected '(', expecting IDENTIFIER
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv
name: let_construct
description: let construct test
should_fail: 0
tags: 11.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14: syntax error, unexpected '=', expecting ',' or ';'
name: let_construct
description: let construct test
should_fail: 0
tags: 11.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv::9 error in parsing: (syntax error, unexpected '[', expecting vSYMBOL_ID or '#')
logic [3:0] a = 12;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv::12 error in parsing: (syntax error, unexpected ';', expecting '(')
logic d;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv::14 error in parsing: (syntax error, unexpected '=', expecting ';' or ',')
let op(x, y, z) = |((x | y) & z);
name: let_construct
description: let construct test
should_fail: 0
tags: 11.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:14: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:17: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv:17: error: malformed statement
name: let_construct
description: let construct test
should_fail: 0
tags: 11.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: instantiations mixed with other items: [DTIdent "op",DTInstance [("",Just x),("",Just y),("",Just z)],DTAsgn = (| ((x | y) & z))]
CallStack (from HasCallStack):
error, called at src/Language/SystemVerilog/Parser/ParseDecl.hs:131:14 in main:Language.SystemVerilog.Parser.ParseDecl
name: let_construct
description: let construct test
should_fail: 0
tags: 11.12
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-11/11.12--let_construct.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: if
description: A module testing if statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv']
incdirs: []
top_module:
rc: 0

name: if
description: A module testing if-else statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv']
incdirs: []
top_module:
rc: 0

name: if
description: A module testing if statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv']
incdirs: []
top_module:
rc: 0

name: if
description: A module testing if-else statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv']
incdirs: []
top_module:
rc: 0

name: if
description: A module testing if statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv' to AST representation.
Generating RTLIL representation for module `\if_tb'.
Successfully finished Verilog frontend.
name: if
description: A module testing if-else statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv' to AST representation.
Generating RTLIL representation for module `\if_tb'.
Successfully finished Verilog frontend.
name: if
description: A module testing if statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: if
description: A module testing if-else statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: if
description: A module testing if statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv:10: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv:10: : A runtime infinite loop will occur.
Elaboration failed
name: if
description: A module testing if-else statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv:10: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv:10: : A runtime infinite loop will occur.
Elaboration failed
name: if
description: A module testing if statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv']
incdirs: []
top_module:
rc: 0

module if_tb;
wire a = 0;
reg b = 0;
always begin
if (a) b = 1;
end
endmodule
name: if
description: A module testing if-else statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv']
incdirs: []
top_module:
rc: 0

module if_tb;
wire a = 0;
reg b = 0;
always begin
if (a) b = 1;
else b = 0;
end
endmodule
name: if
description: A module testing if statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: if
description: A module testing if-else statement
should_fail: 0
tags: 12.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4--if_else.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: if_else_if
description: A module testing if-else-if statement
should_fail: 0
tags: 12.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv']
incdirs: []
top_module:
rc: 0

name: if_else_if
description: A module testing if-else-if statement
should_fail: 0
tags: 12.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv']
incdirs: []
top_module:
rc: 0

name: if_else_if
description: A module testing if-else-if statement
should_fail: 0
tags: 12.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv' to AST representation.
Generating RTLIL representation for module `\if_tb'.
Successfully finished Verilog frontend.
name: if_else_if
description: A module testing if-else-if statement
should_fail: 0
tags: 12.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

name: if_else_if
description: A module testing if-else-if statement
should_fail: 0
tags: 12.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv:12: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv:12: : A runtime infinite loop will occur.
Elaboration failed
name: if_else_if
description: A module testing if-else-if statement
should_fail: 0
tags: 12.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv']
incdirs: []
top_module:
rc: 0

module if_tb;
wire a = 0;
reg b = 0;
wire c = 0;
reg d = 0;
always begin
if (a) b = 1;
else if (c) d = 1;
else b = 0;
end
endmodule
name: if_else_if
description: A module testing if-else-if statement
should_fail: 0
tags: 12.4.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.1--if_else_if.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv']
incdirs: []
top_module:
rc: 0

name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv']
incdirs: []
top_module:
rc: 0

name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv']
incdirs: []
top_module:
rc: 0

name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv']
incdirs: []
top_module:
rc: 0

name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv']
incdirs: []
top_module:
rc: 0

name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv']
incdirs: []
top_module:
rc: 0

name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv:11: syntax error, unexpected TOK_IF
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv:11: syntax error, unexpected TOK_IF
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv:11: syntax error, unexpected TOK_IF
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv::11 error in parsing: (syntax error, unexpected vIF, expecting voLTE or '=')
unique if(a == 0) b = 1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv::11 error in parsing: (syntax error, unexpected vIF, expecting voLTE or '=')
unique0 if(a == 0) b = 1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv::11 error in parsing: (syntax error, unexpected vIF, expecting voLTE or '=')
priority if(a[0] == 0) b = 1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv:11: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv:12: Syntax in assignment statement l-value.
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv:11: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv:12: Syntax in assignment statement l-value.
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv']
incdirs: []
top_module:
rc: 4

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv:11: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv:12: Syntax in assignment statement l-value.
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv']
incdirs: []
top_module:
rc: 0

module if_tb;
wire [3:0] a = 0;
reg [1:0] b = 0;
always begin
if ((a == 0)) b = 1;
else if ((a == 1)) b = 2;
end
endmodule
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv']
incdirs: []
top_module:
rc: 0

module if_tb;
wire [3:0] a = 0;
reg [1:0] b = 0;
always begin
if ((a == 0)) b = 1;
else if ((a == 1)) b = 2;
end
endmodule
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv']
incdirs: []
top_module:
rc: 0

module if_tb;
wire [3:0] a = 0;
reg [1:0] b = 0;
always begin
if ((a[0] == 0)) b = 1;
else if ((a[1] == 0)) b = 2;
end
endmodule
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique_if.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--unique0_if.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique_if
description: A module testing unique-if statement
should_fail: 0
tags: 12.4.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.4.2--priority_if.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: case
description: A module testing case statement
should_fail: 0
tags: 12.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv']
incdirs: []
top_module:
rc: 0

name: case
description: A module testing case statement
should_fail: 0
tags: 12.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv']
incdirs: []
top_module:
rc: 0

name: case
description: A module testing case statement
should_fail: 0
tags: 12.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv' to AST representation.
Generating RTLIL representation for module `\case_tb'.
Successfully finished Verilog frontend.
name: case
description: A module testing case statement
should_fail: 0
tags: 12.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv::15 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ':')
default b = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: case
description: A module testing case statement
should_fail: 0
tags: 12.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv:10: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv:10: : A runtime infinite loop will occur.
Elaboration failed
name: case
description: A module testing case statement
should_fail: 0
tags: 12.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv']
incdirs: []
top_module:
rc: 0

module case_tb;
wire [3:0] a = 0;
reg [3:0] b = 0;
always begin
case (a)
4'h0: b = 12;
4'h3: b = 4;
4'hf: b = 8;
default: b = 0;
endcase
end
endmodule
name: case
description: A module testing case statement
should_fail: 0
tags: 12.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5--case.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: casez
description: A module testing casez statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv']
incdirs: []
top_module:
rc: 0

name: casex
description: A module testing casex statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv']
incdirs: []
top_module:
rc: 0

name: casez
description: A module testing casez statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv']
incdirs: []
top_module:
rc: 0

name: casex
description: A module testing casex statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv']
incdirs: []
top_module:
rc: 0

%Warning-CASEX: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv:11: Suggest casez (with ?'s) in place of casex (with X's)
%Warning-CASEX: Use "/* verilator lint_off CASEX */" and lint_on around source to disable this message.
name: casez
description: A module testing casez statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv' to AST representation.
Warning: Yosys has only limited support for tri-state logic at the moment. (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv:8)
Generating RTLIL representation for module `\case_tb'.
Successfully finished Verilog frontend.
name: casex
description: A module testing casex statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv' to AST representation.
Warning: Yosys has only limited support for tri-state logic at the moment. (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv:8)
Generating RTLIL representation for module `\case_tb'.
Successfully finished Verilog frontend.
name: casez
description: A module testing casez statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv::11 Unsuported token
casez(a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv::11 error in parsing: (syntax error, unexpected '(')
casez(a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: casex
description: A module testing casex statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv::11 Unsuported token
casex(a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv::11 error in parsing: (syntax error, unexpected '(')
casex(a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: casez
description: A module testing casez statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv:10: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv:10: : A runtime infinite loop will occur.
Elaboration failed
name: casex
description: A module testing casex statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv:10: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv:10: : A runtime infinite loop will occur.
Elaboration failed
name: casez
description: A module testing casez statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv']
incdirs: []
top_module:
rc: 0

module case_tb;
wire [3:0] a = 4'b1z11;
reg [3:0] b = 0;
always begin
casez (a)
4'b1zzz: b = 1;
4'b01z?: b = 2;
4'b001z: b = 3;
4'b0001: b = 4;
default: b = 0;
endcase
end
endmodule
name: casex
description: A module testing casex statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv']
incdirs: []
top_module:
rc: 0

module case_tb;
wire [3:0] a = 4'b10zx;
reg [3:0] b = 0;
always begin
casex (a)
4'b1xz?: b = 1;
4'b01xx: b = 2;
4'b001x: b = 3;
4'b0001: b = 4;
default: b = 0;
endcase
end
endmodule
name: casez
description: A module testing casez statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casez.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: casex
description: A module testing casex statement
should_fail: 0
tags: 12.5.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.1--casex.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: case_constant
description: A module testing case statement with constant expression
should_fail: 0
tags: 12.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv']
incdirs: []
top_module:
rc: 0

name: case_constant
description: A module testing case statement with constant expression
should_fail: 0
tags: 12.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv']
incdirs: []
top_module:
rc: 0

name: case_constant
description: A module testing case statement with constant expression
should_fail: 0
tags: 12.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv']
incdirs: []
top_module:
rc: 0


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
Parsing SystemVerilog input from `/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv' to AST representation.
Generating RTLIL representation for module `\case_tb'.
Successfully finished Verilog frontend.
name: case_constant
description: A module testing case statement with constant expression
should_fail: 0
tags: 12.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv::16 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ':')
default b = 0;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: case_constant
description: A module testing case statement with constant expression
should_fail: 0
tags: 12.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv:10: error: always statement does not have any delay.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv:10: : A runtime infinite loop will occur.
Elaboration failed
name: case_constant
description: A module testing case statement with constant expression
should_fail: 0
tags: 12.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv']
incdirs: []
top_module:
rc: 0

module case_tb;
wire [3:0] a = 0;
reg [3:0] b = 0;
always begin
case (1)
a[0]: b = 1;
a[1]: b = 2;
a[2]: b = 3;
a[3]: b = 4;
default: b = 0;
endcase
end
endmodule
name: case_constant
description: A module testing case statement with constant expression
should_fail: 0
tags: 12.5.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.2--case_const.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: priority_casex
description: casex statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv']
incdirs: []
top_module:
rc: 0

name: unique_casex
description: casex statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv']
incdirs: []
top_module:
rc: 0

name: unique_casez
description: casez statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv']
incdirs: []
top_module:
rc: 0

name: unique0_casex
description: casex statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv']
incdirs: []
top_module:
rc: 0

name: priority_case
description: case statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv']
incdirs: []
top_module:
rc: 0

name: unique0_case
description: case statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv']
incdirs: []
top_module:
rc: 0

name: unique0_casez
description: casez statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv']
incdirs: []
top_module:
rc: 0

name: priority_casez
description: casez statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv']
incdirs: []
top_module:
rc: 0

name: unique_case
description: case statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv']
incdirs: []
top_module:
rc: 0

name: priority_casex
description: casex statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv']
incdirs: []
top_module:
rc: 0

%Warning-CASEX: /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:13: Suggest casez (with ?'s) in place of casex (with X's)
%Warning-CASEX: Use "/* verilator lint_off CASEX */" and lint_on around source to disable this message.
name: unique_casex
description: casex statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv']
incdirs: []
top_module:
rc: 0

%Warning-CASEX: /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:13: Suggest casez (with ?'s) in place of casex (with X's)
%Warning-CASEX: Use "/* verilator lint_off CASEX */" and lint_on around source to disable this message.
name: unique_casez
description: casez statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv']
incdirs: []
top_module:
rc: 0

name: unique0_casex
description: casex statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv']
incdirs: []
top_module:
rc: 0

%Warning-CASEX: /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:13: Suggest casez (with ?'s) in place of casex (with X's)
%Warning-CASEX: Use "/* verilator lint_off CASEX */" and lint_on around source to disable this message.
name: priority_case
description: case statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv']
incdirs: []
top_module:
rc: 0

name: unique0_case
description: case statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv']
incdirs: []
top_module:
rc: 0

name: unique0_casez
description: casez statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv']
incdirs: []
top_module:
rc: 0

name: priority_casez
description: casez statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv']
incdirs: []
top_module:
rc: 0

name: unique_case
description: case statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv']
incdirs: []
top_module:
rc: 0

name: priority_casex
description: casex statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:13: syntax error, unexpected TOK_CASEX
name: unique_casex
description: casex statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:13: syntax error, unexpected TOK_CASEX
name: unique_casez
description: casez statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:13: syntax error, unexpected TOK_CASEZ
name: unique0_casex
description: casex statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:13: syntax error, unexpected TOK_CASEX
name: priority_case
description: case statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:13: syntax error, unexpected TOK_CASE
name: unique0_case
description: case statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:13: syntax error, unexpected TOK_CASE
name: unique0_casez
description: casez statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:13: syntax error, unexpected TOK_CASEZ
name: priority_casez
description: casez statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:13: syntax error, unexpected TOK_CASEZ
name: unique_case
description: case statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:13: syntax error, unexpected TOK_CASE
name: priority_casex
description: casex statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv::13 Unsuported token
priority casex (a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv::13 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
priority casex (a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: unique_casex
description: casex statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv::13 Unsuported token
unique casex (a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv::13 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
unique casex (a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: unique_casez
description: casez statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv::13 Unsuported token
unique casez (a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv::13 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
unique casez (a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: unique0_casex
description: casex statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv::13 Unsuported token
unique0 casex (a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv::13 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
unique0 casex (a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: priority_case
description: case statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv::13 error in parsing: (syntax error, unexpected vCASE, expecting voLTE or '=')
priority case (a)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unique0_case
description: case statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv::13 error in parsing: (syntax error, unexpected vCASE, expecting voLTE or '=')
unique0 case (a)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: unique0_casez
description: casez statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv::13 Unsuported token
unique0 casez (a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv::13 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
unique0 casez (a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: priority_casez
description: casez statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv::13 Unsuported token
priority casez (a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv::13 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
priority casez (a)
ERROR (5)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: unique_case
description: case statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv::13 error in parsing: (syntax error, unexpected vCASE, expecting voLTE or '=')
unique case (a)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: priority_casex
description: casex statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv:17: syntax error
I give up.
name: unique_casex
description: casex statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv:17: syntax error
I give up.
name: unique_casez
description: casez statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv:17: syntax error
I give up.
name: unique0_casex
description: casex statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv:17: syntax error
I give up.
name: priority_case
description: case statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv:17: syntax error
I give up.
name: unique0_case
description: case statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv:17: syntax error
I give up.
name: unique0_casez
description: casez statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv:17: syntax error
I give up.
name: priority_casez
description: casez statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv:17: syntax error
I give up.
name: unique_case
description: case statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv']
incdirs: []
top_module:
rc: 8

/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:14: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:15: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:15: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:16: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:16: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv:17: syntax error
I give up.
name: priority_casex
description: casex statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
casex (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: unique_casex
description: casex statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
casex (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: unique_casez
description: casez statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
casez (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: unique0_casex
description: casex statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
casex (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: priority_case
description: case statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
case (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: unique0_case
description: case statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
case (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: unique0_casez
description: casez statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
casez (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: priority_casez
description: casez statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
casez (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: unique_case
description: case statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv']
incdirs: []
top_module:
rc: 0

module top;
wire [3:0] a = 3;
reg [3:0] b = 0;
initial begin
case (a)
0, 1: b = 1;
2: b = 2;
3: b = 3;
endcase
end
endmodule
name: priority_casex
description: casex statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casex.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique_casex
description: casex statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casex.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique_casez
description: casez statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_casez.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique0_casex
description: casex statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casex.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: priority_case
description: case statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_case.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique0_case
description: case statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_case.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique0_casez
description: casez statement with unique0
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique0_casez.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: priority_casez
description: casez statement with priority
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--priority_casez.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: unique_case
description: case statement with unique
should_fail: 0
tags: 12.5.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/generated/uniquecase/12.5.3--unique_case.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: case_set
description: A module testing case set membership
should_fail: 0
tags: 12.5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:11:11: error: language feature not yet supported
case(a) inside
^~~~~~
name: case_set
description: A module testing case set membership
should_fail: 0
tags: 12.5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv']
incdirs: []
top_module:
rc: 0

name: case_set
description: A module testing case set membership
should_fail: 0
tags: 12.5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:12: Syntax error.
name: case_set
description: A module testing case set membership
should_fail: 0
tags: 12.5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv::12 error in parsing: (syntax error, unexpected vNUMBER)
1, 3: b = 1;
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: case_set
description: A module testing case set membership
should_fail: 0
tags: 12.5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv']
incdirs: []
top_module:
rc: 5

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:12: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:13: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:13: Syntax in assignment statement l-value.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:13: error: Incomprehensible case expression.
name: case_set
description: A module testing case set membership
should_fail: 0
tags: 12.5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '1' (Lit_number) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv:12:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: case_set
description: A module testing case set membership
should_fail: 0
tags: 12.5.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.5.4--case_set.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: case_pattern
description: A module testing pattern matching in case statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:9:10: error: language feature not yet supported
typedef union tagged {
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:23:19: error: language feature not yet supported
initial case (v) matches
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:24:11: error: expected ':'
tagged a '{.v, 0} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:24:14: error: expected identifier
tagged a '{.v, 0} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:24:20: error: expected ';'
tagged a '{.v, 0} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:24:21: error: expected member
tagged a '{.v, 0} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:25:3: error: expected member
tagged a '{.v1, .v2} : $display("a %d %d", v1, v2);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:26:3: error: expected member
tagged b '{.v1, .v2} : $display("b %d %d", v1, v2);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:27:3: error: expected member
tagged c '{0, .v} : $display("c %d", v);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:28:2: error: expected member
endcase
^~~~~~~
name: casex_pattern
description: A module testing pattern matching in casex statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:9:10: error: language feature not yet supported
typedef union tagged {
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:23:20: error: language feature not yet supported
initial casex (v) matches
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:24:11: error: expected ':'
tagged a '{.v, 4'b00?x} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:24:14: error: expected identifier
tagged a '{.v, 4'b00?x} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:24:26: error: expected ';'
tagged a '{.v, 4'b00?x} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:24:27: error: expected member
tagged a '{.v, 4'b00?x} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:25:3: error: expected member
tagged a '{.v1, .v2} : $display("a %d %d", v1, v2);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:26:3: error: expected member
tagged b '{.v1, .v2} : $display("b %d %d", v1, v2);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:27:3: error: expected member
tagged c '{4'h??0x, .v} : $display("c %d", v);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:28:2: error: expected member
endcase
^~~~~~~
name: casez_pattern
description: A module testing pattern matching in casez statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:9:10: error: language feature not yet supported
typedef union tagged {
^~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:23:20: error: language feature not yet supported
initial casez (v) matches
^~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:24:11: error: expected ':'
tagged a '{.v, 4'bzz0?} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:24:14: error: expected identifier
tagged a '{.v, 4'bzz0?} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:24:26: error: expected ';'
tagged a '{.v, 4'bzz0?} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:24:27: error: expected member
tagged a '{.v, 4'bzz0?} : $display("a %d", v);
^
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:25:3: error: expected member
tagged a '{.v1, .v2} : $display("a %d %d", v1, v2);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:26:3: error: expected member
tagged b '{.v1, .v2} : $display("b %d %d", v1, v2);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:27:3: error: expected member
tagged c '{4'hz00?, .v} : $display("c %d", v);
^~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:28:2: error: expected member
endcase
^~~~~~~
name: case_pattern
description: A module testing pattern matching in case statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: matches
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:24: syntax error, unexpected "'{", expecting ',' or ':'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv
name: casex_pattern
description: A module testing pattern matching in casex statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: matches
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:24: syntax error, unexpected "'{", expecting ',' or ':'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv
name: casez_pattern
description: A module testing pattern matching in casez statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: matches
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:24: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:24: syntax error, unexpected "'{", expecting ',' or ':'
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:25: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:27: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: Cannot continue
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv
name: case_pattern
description: A module testing pattern matching in case statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: casex_pattern
description: A module testing pattern matching in casex statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: casez_pattern
description: A module testing pattern matching in casez statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: case_pattern
description: A module testing pattern matching in case statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv::21 error in parsing: (syntax error, unexpected ';', expecting '(')
u tmp;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv::24 error in parsing: (syntax error, unexpected vSYMBOL_ID)
tagged a '{.v, 0} : $display("a %d", v);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv::25 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged a '{.v1, .v2} : $display("a %d %d", v1, v2);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv::26 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged b '{.v1, .v2} : $display("b %d %d", v1, v2);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv::27 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged c '{0, .v} : $display("c %d", v);
ERROR (9)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: casex_pattern
description: A module testing pattern matching in casex statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv::21 error in parsing: (syntax error, unexpected ';', expecting '(')
u tmp;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv::23 Unsuported token
initial casex (v) matches
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv::25 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged a '{.v1, .v2} : $display("a %d %d", v1, v2);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv::26 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged b '{.v1, .v2} : $display("b %d %d", v1, v2);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv::27 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged c '{4'h??0x, .v} : $display("c %d", v);
ERROR (9)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: casez_pattern
description: A module testing pattern matching in casez statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv::21 error in parsing: (syntax error, unexpected ';', expecting '(')
u tmp;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv::23 Unsuported token
initial casez (v) matches
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv::25 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged a '{.v1, .v2} : $display("a %d %d", v1, v2);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv::26 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged b '{.v1, .v2} : $display("b %d %d", v1, v2);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv::27 error in parsing: (syntax error, unexpected '{', expecting '(')
tagged c '{4'hz00?, .v} : $display("c %d", v);
ERROR (9)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: case_pattern
description: A module testing pattern matching in case statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv']
incdirs: []
top_module:
rc: 18

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:13: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:16: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:19: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:21: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:24: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:25: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:25: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:26: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:27: error: Incomprehensible case expression.
name: casex_pattern
description: A module testing pattern matching in casex statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv']
incdirs: []
top_module:
rc: 18

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:13: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:16: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:19: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:21: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:24: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:25: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:25: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:26: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:27: warning: extra digits given for sized hex constant.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:27: error: Incomprehensible case expression.
name: casez_pattern
description: A module testing pattern matching in casez statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv']
incdirs: []
top_module:
rc: 18

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:13: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:16: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:19: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:21: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:24: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:25: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:25: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:26: error: Incomprehensible case expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:27: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:27: warning: extra digits given for sized hex constant.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:27: error: Incomprehensible case expression.
name: case_pattern
description: A module testing pattern matching in case statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv:9:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: casex_pattern
description: A module testing pattern matching in casex statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv:9:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: casez_pattern
description: A module testing pattern matching in casez statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv:9:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: case_pattern
description: A module testing pattern matching in case statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--case_pattern.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: casex_pattern
description: A module testing pattern matching in casex statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casex_pattern.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: casez_pattern
description: A module testing pattern matching in casez statements
should_fail: 0
tags: 12.6.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.1--casez_pattern.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: if_pattern
description: A module testing pattern matching in if statements
should_fail: 0
tags: 12.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv']
incdirs: []
top_module:
rc: 3

internal compiler error: Unexpected index
name: if_pattern
description: A module testing pattern matching in if statements
should_fail: 0
tags: 12.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: matches
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:23: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:23: syntax error, unexpected "'{", expecting ')'
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv
name: if_pattern
description: A module testing pattern matching in if statements
should_fail: 0
tags: 12.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: if_pattern
description: A module testing pattern matching in if statements
should_fail: 0
tags: 12.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv']
incdirs: []
top_module:
rc: -11

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv::21 error in parsing: (syntax error, unexpected ';', expecting '(')
u tmp;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv::23 error in parsing: (syntax error, unexpected vSYMBOL_ID)
initial if (tmp matches (tagged a '{4'b01zx, .v}))
name: if_pattern
description: A module testing pattern matching in if statements
should_fail: 0
tags: 12.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv']
incdirs: []
top_module:
rc: 13

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:13: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:16: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:19: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:21: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:23: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:24: error: malformed statement
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:23: error: Malformed conditional expression.
name: if_pattern
description: A module testing pattern matching in if statements
should_fail: 0
tags: 12.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv:9:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: if_pattern
description: A module testing pattern matching in if statements
should_fail: 0
tags: 12.6.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.2--if_pattern.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: conditional_pattern
description: A module testing pattern matching in conditional expressions
should_fail: 0
tags: 12.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv']
incdirs: []
top_module:
rc: 3

internal compiler error: Unexpected index
name: conditional_pattern
description: A module testing pattern matching in conditional expressions
should_fail: 0
tags: 12.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:9: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: matches
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:26: Unsupported: SystemVerilog 2005 reserved word not implemented: tagged
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:26: syntax error, unexpected "'{", expecting ')'
%Error: Exiting due to 4 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv
name: conditional_pattern
description: A module testing pattern matching in conditional expressions
should_fail: 0
tags: 12.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:9: syntax error, unexpected TOK_ID, expecting '(' or '['
name: conditional_pattern
description: A module testing pattern matching in conditional expressions
should_fail: 0
tags: 12.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '(')
typedef union tagged {
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv::21 error in parsing: (syntax error, unexpected ';', expecting '(')
u tmp;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv::26 error in parsing: (syntax error, unexpected vSYMBOL_ID)
val = (tmp matches (tagged a '{4'b01zx, .v})) ? 1 : 2;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: conditional_pattern
description: A module testing pattern matching in conditional expressions
should_fail: 0
tags: 12.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv']
incdirs: []
top_module:
rc: 12

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:9: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:9: error: Syntax error in typedef clause.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:12: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:12: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:13: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:16: sorry: Unpacked structs not supported.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:19: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:19: error: invalid module item.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:21: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:21: error: Invalid module instantiation
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:26: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:26: error: malformed statement
name: conditional_pattern
description: A module testing pattern matching in conditional expressions
should_fail: 0
tags: 12.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'tagged' (Id_simple) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv:9:23.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: conditional_pattern
description: A module testing pattern matching in conditional expressions
should_fail: 0
tags: 12.6.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.6.3--conditional_pattern.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: for_loop
description: A module testing for loop
should_fail: 0
tags: 12.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv']
incdirs: []
top_module:
rc: 0

name: for_loop
description: A module testing for loop
should_fail: 0
tags: 12.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv']
incdirs: []
top_module:
rc: 0

name: for_loop
description: A module testing for loop
should_fail: 0
tags: 12.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv:9: syntax error, unexpected TOK_ID
name: for_loop
description: A module testing for loop
should_fail: 0
tags: 12.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '=')
for (int i = 0; i < 256; i++)
ERROR (4)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: for_loop
description: A module testing for loop
should_fail: 0
tags: 12.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv']
incdirs: []
top_module:
rc: 0

name: for_loop
description: A module testing for loop
should_fail: 0
tags: 12.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv']
incdirs: []
top_module:
rc: 0

module for_tb;
initial begin
begin : sv2v_autoblock_0
reg signed [31:0] i;
for (i = 0; (i < 256); i = (i + 1))
$display("%d", i);
end
end
endmodule
name: for_loop
description: A module testing for loop
should_fail: 0
tags: 12.7.1
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.1--for.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: repeat_loop
description: A module testing repeat loop
should_fail: 0
tags: 12.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv:10:3: error: language feature not yet supported
repeat(a)
^~~~~~~~~
name: repeat_loop
description: A module testing repeat loop
should_fail: 0
tags: 12.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv']
incdirs: []
top_module:
rc: 0

name: repeat_loop
description: A module testing repeat loop
should_fail: 0
tags: 12.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv:8: syntax error, unexpected '=', expecting '(' or '['
name: repeat_loop
description: A module testing repeat loop
should_fail: 0
tags: 12.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv::8 error in parsing: (syntax error, unexpected '=', expecting '(')
int a = 128;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv::10 Unsuported token
repeat(a)
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv::10 error in parsing: (syntax error, unexpected '(')
repeat(a)
ERROR (6)::PARSE_ERROR Parser found (1) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: repeat_loop
description: A module testing repeat loop
should_fail: 0
tags: 12.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv']
incdirs: []
top_module:
rc: 0

name: repeat_loop
description: A module testing repeat loop
should_fail: 0
tags: 12.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv']
incdirs: []
top_module:
rc: 0

module repeat_tb;
reg signed [31:0] a = 128;
initial begin
repeat (a) $display("repeat");
end
endmodule
name: repeat_loop
description: A module testing repeat loop
should_fail: 0
tags: 12.7.2
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.2--repeat.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: foreach_loop
description: A module testing foreach loop
should_fail: 0
tags: 12.7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv:8:20: error: language feature not yet supported
string test [4] = '{"111", "222", "333", "444"};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv:10:3: error: language feature not yet supported
foreach(test[i])
^~~~~~~~~~~~~~~~
name: foreach_loop
description: A module testing foreach loop
should_fail: 0
tags: 12.7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv']
incdirs: []
top_module:
rc: 0

name: foreach_loop
description: A module testing foreach loop
should_fail: 0
tags: 12.7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv:8: syntax error, unexpected '=', expecting '('
name: foreach_loop
description: A module testing foreach loop
should_fail: 0
tags: 12.7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv::8 error in parsing: (syntax error, unexpected '[', expecting '(')
string test [4] = '{"111", "222", "333", "444"};
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv::10 error in parsing: (syntax error, unexpected '(', expecting voLTE or '=')
foreach(test[i])
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: foreach_loop
description: A module testing foreach loop
should_fail: 0
tags: 12.7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv:8: error: Cannot assign to array test. Did you forget a word index?
Elaboration failed
name: foreach_loop
description: A module testing foreach loop
should_fail: 0
tags: 12.7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token '$display' (Id_system) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv:11:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: foreach_loop
description: A module testing foreach loop
should_fail: 0
tags: 12.7.3
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.3--foreach.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: while_loop
description: A module testing while loop
should_fail: 0
tags: 12.7.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv:8:20: error: language feature not yet supported
string test [4] = '{"111", "222", "333", "444"};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv:11:3: error: language feature not yet supported
while(test[i] != "222")begin
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
name: while_loop
description: A module testing while loop
should_fail: 0
tags: 12.7.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv']
incdirs: []
top_module:
rc: 0

name: while_loop
description: A module testing while loop
should_fail: 0
tags: 12.7.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv:8: syntax error, unexpected '=', expecting '('
name: while_loop
description: A module testing while loop
should_fail: 0
tags: 12.7.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv::8 error in parsing: (syntax error, unexpected '[', expecting '(')
string test [4] = '{"111", "222", "333", "444"};
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
int i = 0;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: while_loop
description: A module testing while loop
should_fail: 0
tags: 12.7.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv:8: error: Cannot assign to array test. Did you forget a word index?
Elaboration failed
name: while_loop
description: A module testing while loop
should_fail: 0
tags: 12.7.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv']
incdirs: []
top_module:
rc: 0

module while_tb;
string test [3:0] = '{
"111",
"222",
"333",
"444"
};
initial begin : sv2v_autoblock_0
reg signed [31:0] i = 0;
while ((test[i] != "222")) begin
$display(i, test[i]);
i = (i + 1);
end
end
endmodule
name: while_loop
description: A module testing while loop
should_fail: 0
tags: 12.7.4
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.4--while.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: dowhile_loop
description: A module testing do..while loop
should_fail: 0
tags: 12.7.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv:8:20: error: language feature not yet supported
string test [4] = '{"111", "222", "333", "444"};
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv:11:3: error: language feature not yet supported
do begin
^~~~~~~~
../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv:14:30: error: expected ';'
end while(test[i] != "222")
^
name: dowhile_loop
description: A module testing do..while loop
should_fail: 0
tags: 12.7.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv:15: syntax error, unexpected end, expecting ';'
%Error: Cannot continue
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv
name: dowhile_loop
description: A module testing do..while loop
should_fail: 0
tags: 12.7.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv:8: syntax error, unexpected '=', expecting '('
name: dowhile_loop
description: A module testing do..while loop
should_fail: 0
tags: 12.7.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv::8 error in parsing: (syntax error, unexpected '[', expecting '(')
string test [4] = '{"111", "222", "333", "444"};
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv::10 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting voLTE or '=')
int i = 0;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: dowhile_loop
description: A module testing do..while loop
should_fail: 0
tags: 12.7.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv:15: syntax error
I give up.
name: dowhile_loop
description: A module testing do..while loop
should_fail: 0
tags: 12.7.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'end' (KW_end) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv:15:9.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: dowhile_loop
description: A module testing do..while loop
should_fail: 0
tags: 12.7.5
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.5--dowhile.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: forever_loop
description: A module testing forever loop
should_fail: 0
tags: 12.7.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv:9:3: error: language feature not yet supported
fork
^~~~
name: forever_loop
description: A module testing forever loop
should_fail: 0
tags: 12.7.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv']
incdirs: []
top_module:
rc: 10

%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv:9: Unsupported: Verilog 1995 reserved word not implemented: fork
%Warning-STMTDLY: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv:13: Unsupported: Ignoring delay on this delayed statement.
%Warning-STMTDLY: Use "/* verilator lint_off STMTDLY */" and lint_on around source to disable this message.
%Error: /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv:14: Unsupported: Verilog 1995 reserved word not implemented: join
%Error: Exiting due to 2 error(s)
%Error: See the manual and http://www.veripool.org/verilator for more assistance.
%Error: Command Failed /usr/bin/verilator_bin -Wno-fatal --cc /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv
name: forever_loop
description: A module testing forever loop
should_fail: 0
tags: 12.7.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv:10: syntax error, unexpected TOK_ID
name: forever_loop
description: A module testing forever loop
should_fail: 0
tags: 12.7.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv::9 Unsuported token
fork
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv::10 Unsuported token
forever begin : loop
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv::12 error in parsing: (syntax error, unexpected ':')
end : loop
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv::13 Unsuported token
#100 disable loop;
^~~~
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv::14 Unsuported token
join
^~~~
ERROR (8)::PARSE_ERROR Parser found (4) errors in your syntax, exiting
Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/odin_error.cpp]verify_delayed_error::30
name: forever_loop
description: A module testing forever loop
should_fail: 0
tags: 12.7.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv']
incdirs: []
top_module:
rc: 0

name: forever_loop
description: A module testing forever loop
should_fail: 0
tags: 12.7.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token 'forever' (KW_forever) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv:10:25.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: forever_loop
description: A module testing forever loop
should_fail: 0
tags: 12.7.6
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.7.6--forever.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: jump_return_expr
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv']
incdirs: []
top_module:
rc: 0

name: jump_return
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv']
incdirs: []
top_module:
rc: -11

name: jump_break
description: A module testing break statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv:12:5: error: language feature not yet supported
break;
^~~~~~
name: jump_continue
description: A module testing continue statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv']
incdirs: []
top_module:
rc: 1

../../home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv:11:5: error: language feature not yet supported
continue;
^~~~~~~~~
name: jump_return_expr
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv']
incdirs: []
top_module:
rc: 0

name: jump_return
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv']
incdirs: []
top_module:
rc: 0

name: jump_break
description: A module testing break statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv']
incdirs: []
top_module:
rc: 0

name: jump_continue
description: A module testing continue statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv']
incdirs: []
top_module:
rc: 0

name: jump_return_expr
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv:8: syntax error, unexpected TOK_ID, expecting ';' or '('
name: jump_return
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv:8: syntax error, unexpected TOK_ID, expecting ';' or '('
name: jump_break
description: A module testing break statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv:9: syntax error, unexpected TOK_ID
name: jump_continue
description: A module testing continue statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv']
incdirs: []
top_module:
rc: 1


-- Executing script file `scr.ys' --

1. Executing Verilog-2005 frontend.
ERROR: Parser error in line /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv:9: syntax error, unexpected TOK_ID
name: jump_return_expr
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function int fun(input int a);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv::9 error in parsing: (syntax error, unexpected '*', expecting '(')
return a * 3;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: jump_return
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv::8 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting ';')
function void fun(input int a);
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv::11 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
return;
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv::13 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
return;
ERROR (6)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: jump_break
description: A module testing break statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '=')
for (int i = 0; i < 256; i++)begin
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv::12 error in parsing: (syntax error, unexpected ';', expecting vSYMBOL_ID or '#')
break;
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: jump_continue
description: A module testing continue statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv']
incdirs: []
top_module:
rc: -6

--------------
Odin has decided you MAY fail ... :

WARNING (1)::ARG_ERROR Permissive flag is ON. Undefined behaviour may occur

WARNING (2)::ARG_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv::1 File (/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv) has an unsupported extension (.sv), Odin only supports { .v .vh }

PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv::9 error in parsing: (syntax error, unexpected vSYMBOL_ID, expecting '=')
for (int i = 0; i < 256; i++)begin
PARSE_ERROR /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv::13 error in parsing: (syntax error, unexpected vEND)
end
ERROR (5)::NETLIST_ERROR Could not find a top level module

Assertion failed()@[/home/travis/build/SymbiFlow/sv-tests/third_party/tools/odin_ii/ODIN_II/SRC/netlist_create_from_ast.cpp]find_top_module::299
name: jump_return_expr
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv']
incdirs: []
top_module:
rc: 0

name: jump_return
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv']
incdirs: []
top_module:
rc: 134

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv:11: error: Return from jump_tb.fun requires a return value expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv:13: error: Return from jump_tb.fun requires a return value expression.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv:17: warning: User function 'fun' is being called as a task.
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv:17: assert: elab_expr.cc:1264: failed assertion 0
Aborted (core dumped)
name: jump_break
description: A module testing break statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv']
incdirs: []
top_module:
rc: 1

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv:12: sorry: break statements not supported.
name: jump_continue
description: A module testing continue statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv']
incdirs: []
top_module:
rc: 2

/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv:11: syntax error
/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv:11: error: malformed statement
name: jump_return_expr
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv']
incdirs: []
top_module:
rc: 0

module jump_tb;
function signed [31:0] fun;
input reg signed [31:0] a;
fun = (a * 3);
endfunction
initial begin
begin : sv2v_autoblock_0
reg signed [31:0] i;
for (i = 0; (i < 256); i = (i + 1))
begin
$display(fun(i));
end
end
end
endmodule
name: jump_return
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv']
incdirs: []
top_module:
rc: 1

zachjs-sv2v: Parse error: unexpected token ';' (Sym_semi) at /home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv:11:31.
CallStack (from HasCallStack):
error, called at .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/sv2v/sv2v-tmp/Language/SystemVerilog/Parser/Parse.hs:6280:22 in main:Language.SystemVerilog.Parser.Parse
name: jump_break
description: A module testing break statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv']
incdirs: []
top_module:
rc: 0

module jump_tb;
initial begin
begin : sv2v_autoblock_0
reg signed [31:0] i;
for (i = 0; (i < 256); i = (i + 1))
begin
$display(i);
if ((i > 100)) break();
end
end
end
endmodule
name: jump_continue
description: A module testing continue statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv']
incdirs: []
top_module:
rc: 0

module jump_tb;
initial begin
begin : sv2v_autoblock_0
reg signed [31:0] i;
for (i = 0; (i < 256); i = (i + 1))
begin
if ((i < 100)) continue();
$display(i);
end
end
end
endmodule
name: jump_return_expr
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return_val.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: jump_return
description: A module testing return statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--return.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: jump_break
description: A module testing break statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--break.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
name: jump_continue
description: A module testing continue statement
should_fail: 0
tags: 12.8
files: ['/home/travis/build/SymbiFlow/sv-tests/tests/chapter-12/12.8--continue.sv']
incdirs: []
top_module:
rc: 0

FAKE RUNNER
slang verilator yosys odin icarus sv2v_zachjs fake
sanity 1/1 1/1 1/1 0/1 1/1 1/1 1/1
swerv 0/1 1/1 0/1 0/1 0/1 0/1 1/1
ibex 0/1 1/1 0/1 0/1 0/1 0/1 1/1
5
5.1
5.2
5.3 7/7 1/7 7/7 0/7 1/7 7/7 7/7
5.4 7/7 1/7 7/7 0/7 1/7 7/7 7/7
5.5
5.6 2/2 2/2 2/2 1/2 2/2 2/2 2/2
5.6.1 1/1 1/1 1/1 0/1 1/1 1/1 1/1
5.6.2 246/248 247/248 62/248 248/248 248/248 100/248 248/248
5.6.3 1/1 1/1 1/1 0/1 1/1 1/1 1/1
5.6.4 95/122 12/122 37/122 0/122 10/122 85/122 122/122
5.7
5.7.1 64/87 8/87 9/87 2/87 9/87 57/87 87/87
5.7.2 58/81 3/81 3/81 1/81 3/81 52/81 81/81
5.8 0/1 0/1 0/1 0/1 0/1 0/1 1/1
5.9 3/4 3/4 2/4 0/4 2/4 2/4 4/4
5.9.1 1/1 1/1 1/1 0/1 1/1 1/1 1/1
5.10 1/4 2/4 1/4 1/4 1/4 1/4 4/4
5.11 0/3 3/3 0/3 0/3 0/3 0/3 3/3
5.12 5/5 4/5 5/5 0/5 5/5 2/5 5/5
5.13 0/2 0/2 0/2 0/2 1/2 0/2 2/2
6
6.1
6.2
6.3
6.3.1
6.3.2
6.3.2.1
6.3.2.2
6.4
6.5
6.6
6.6.1
6.6.2
6.6.3
6.6.4
6.6.4.1
6.6.4.2
6.6.5
6.6.6
6.6.7
6.6.8
6.7
6.7.1
6.7.2
6.7.3
6.8
6.9
6.9.1
6.9.2
6.10
6.11
6.11.1
6.11.2
6.11.3
6.12
6.12.1
6.12.2
6.13
6.14
6.15 0/70 0/70 0/70 0/70 0/70 1/70 70/70
6.16
6.16.1
6.16.2
6.16.3
6.16.4
6.16.5
6.16.6
6.16.7
6.16.8
6.16.9
6.16.10
6.16.11
6.16.12
6.16.13
6.16.14
6.16.15
6.17
6.18 10/29 0/29 0/29 1/29 0/29 18/29 29/29
6.19 0/1 0/1 0/1 0/1 0/1 0/1 1/1
6.19.1
6.19.2
6.19.3
6.19.4
6.19.5
6.19.5.1
6.19.5.2
6.19.5.3
6.19.5.4
6.19.5.5
6.19.5.6
6.19.5.7
6.20
6.20.1
6.20.2
6.20.2.1
6.20.3
6.20.4
6.20.5
6.20.6
6.21
6.22
6.22.1
6.22.2
6.22.3
6.22.4
6.22.5
6.22.6
6.23
6.24
6.24.1
6.24.2
6.24.3
6.25
7
7.1
7.2 0/1 0/1 0/1 0/1 0/1 0/1 1/1
7.2.1
7.2.2
7.3 0/1 0/1 0/1 0/1 0/1 0/1 1/1
7.3.1
7.3.2
7.4
7.4.1
7.4.2
7.4.3
7.4.4
7.4.5
7.4.6
7.5
7.5.1
7.5.2
7.5.3
7.6
7.7
7.8
7.8.1
7.8.2
7.8.3
7.8.4
7.8.5
7.8.6
7.8.7
7.9
7.9.1
7.9.2
7.9.3
7.9.4
7.9.5
7.9.6
7.9.7
7.9.8
7.9.9
7.9.10
7.9.11
7.10
7.10.1
7.10.2
7.10.2.1
7.10.2.2
7.10.2.3
7.10.2.4
7.10.2.5
7.10.2.6
7.10.2.7
7.10.3
7.10.4
7.10.5
7.11
7.12
7.12.1
7.12.2
7.12.3
7.12.4
8
8.1
8.2
8.3 0/141 0/141 0/141 0/141 0/141 1/141 141/141
8.4 0/1 0/1 0/1 0/1 1/1 0/1 1/1
8.5 0/3 0/3 0/3 0/3 1/3 0/3 3/3
8.6 0/1 0/1 0/1 0/1 1/1 0/1 1/1
8.7 0/3 0/3 0/3 0/3 1/3 0/3 3/3
8.8 0/2 0/2 0/2 0/2 0/2 0/2 2/2
8.9 0/1 0/1 0/1 0/1 1/1 0/1 1/1
8.10 0/1 0/1 0/1 0/1 1/1 0/1 1/1
8.11 0/1 0/1 0/1 0/1 1/1 0/1 1/1
8.12 0/2 0/2 0/2 0/2 2/2 0/2 2/2
8.13 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.14 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.15 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.16 0/2 0/2 0/2 0/2 2/2 2/2 2/2
8.17 0/2 0/2 0/2 0/2 2/2 0/2 2/2
8.18 5/10 5/10 5/10 5/10 7/10 5/10 10/10
8.19 0/2 0/2 0/2 0/2 2/2 0/2 2/2
8.20 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.21 1/2 1/2 1/2 1/2 1/2 1/2 2/2
8.22 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.23 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.24 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.25 0/2 0/2 0/2 0/2 0/2 0/2 2/2
8.25.1 1/2 1/2 1/2 1/2 1/2 1/2 2/2
8.26 0/12 0/12 0/12 0/12 0/12 0/12 12/12
8.26.1
8.26.2 0/4 0/4 0/4 0/4 0/4 0/4 4/4
8.26.3 1/3 1/3 1/3 1/3 1/3 1/3 3/3
8.26.4 2/2 2/2 2/2 2/2 2/2 2/2 2/2
8.26.5 1/2 1/2 1/2 1/2 1/2 1/2 2/2
8.26.6
8.26.6.1 1/2 1/2 1/2 1/2 1/2 1/2 2/2
8.26.6.2 1/2 1/2 1/2 1/2 1/2 1/2 2/2
8.26.6.3 1/2 1/2 1/2 1/2 1/2 1/2 2/2
8.26.7 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.26.8
8.26.9
8.27 0/1 0/1 0/1 0/1 0/1 0/1 1/1
8.28
8.29
9
9.1
9.2
9.2.1 1/1 1/1 1/1 0/1 1/1 1/1 1/1
9.2.2
9.2.2.1 1/1 1/1 1/1 0/1 0/1 1/1 1/1
9.2.2.2 1/1 1/1 1/1 0/1 0/1 1/1 1/1
9.2.2.2.1
9.2.2.2.2
9.2.2.3 1/1 1/1 1/1 0/1 0/1 1/1 1/1
9.2.2.4 1/1 1/1 1/1 0/1 0/1 1/1 1/1
9.2.3 1/1 1/1 0/1 0/1 1/1 1/1 1/1
9.3
9.3.1 1/1 1/1 1/1 0/1 1/1 1/1 1/1
9.3.2 0/3 0/3 0/3 0/3 3/3 0/3 3/3
9.3.3 1/3 1/3 1/3 1/3 3/3 1/3 3/3
9.3.4 1/2 1/2 1/2 0/2 2/2 1/2 2/2
9.3.5 1/2 0/2 0/2 0/2 0/2 0/2 2/2
9.4
9.4.1 1/1 1/1 1/1 0/1 1/1 1/1 1/1
9.4.2 3/3 3/3 2/3 0/3 2/3 2/3 3/3
9.4.2.1 2/2 2/2 2/2 0/2 0/2 2/2 2/2
9.4.2.2 0/1 1/1 1/1 0/1 0/1 1/1 1/1
9.4.2.3 0/1 0/1 0/1 0/1 0/1 0/1 1/1
9.4.2.4 0/1 0/1 0/1 0/1 0/1 0/1 1/1
9.4.3 0/1 0/1 0/1 0/1 1/1 0/1 1/1
9.4.4
9.4.5 0/7 2/7 2/7 0/7 7/7 1/7 7/7
9.5
9.6
9.6.1 0/1 0/1 0/1 0/1 1/1 0/1 1/1
9.6.2 0/2 1/2 0/2 0/2 2/2 0/2 2/2
9.6.3 0/1 0/1 0/1 0/1 1/1 0/1 1/1
9.7 0/4 0/4 0/4 0/4 0/4 0/4 4/4
11
11.1
11.2
11.2.1
11.2.2
11.3 3/3 3/3 0/3 0/3 3/3 3/3 3/3
11.3.1
11.3.2
11.3.3
11.3.4
11.3.5 1/1 1/1 0/1 0/1 1/1 1/1 1/1
11.3.6 2/2 1/2 1/2 1/2 1/2 1/2 2/2
11.4
11.4.1 13/13 13/13 0/13 0/13 13/13 13/13 13/13
11.4.2 2/2 2/2 0/2 0/2 2/2 0/2 2/2
11.4.3 6/6 6/6 0/6 0/6 6/6 6/6 6/6
11.4.3.1
11.4.4 4/4 4/4 0/4 0/4 4/4 4/4 4/4
11.4.5 4/4 4/4 0/4 0/4 4/4 4/4 4/4
11.4.6 2/2 0/2 0/2 0/2 0/2 2/2 2/2
11.4.7 4/4 3/4 0/4 0/4 2/4 2/4 4/4
11.4.8 5/5 5/5 0/5 0/5 5/5 5/5 5/5
11.4.9 7/7 7/7 0/7 0/7 7/7 7/7 7/7
11.4.10 4/4 4/4 0/4 0/4 4/4 4/4 4/4
11.4.11 1/1 1/1 0/1 0/1 1/1 1/1 1/1
11.4.12 1/1 1/1 1/1 0/1 1/1 1/1 1/1
11.4.12.1 2/2 2/2 2/2 0/2 2/2 2/2 2/2
11.4.12.2 2/2 2/2 0/2 0/2 2/2 2/2 2/2
11.4.13 0/1 0/1 0/1 0/1 0/1 0/1 1/1
11.4.14
11.4.14.1 0/1 1/1 0/1 0/1 0/1 1/1 1/1
11.4.14.2 0/1 1/1 0/1 0/1 0/1 1/1 1/1
11.4.14.3 1/3 2/3 1/3 1/3 1/3 2/3 3/3
11.4.14.4 0/1 0/1 0/1 0/1 0/1 0/1 1/1
11.5
11.5.1 4/4 4/4 4/4 0/4 4/4 4/4 4/4
11.5.2 2/2 2/2 2/2 0/2 2/2 2/2 2/2
11.5.3
11.6
11.6.1
11.6.2
11.6.3
11.7 0/2 2/2 2/2 0/2 2/2 2/2 2/2
11.8
11.8.1
11.8.2
11.8.3
11.8.4
11.9 1/3 1/3 1/3 1/3 1/3 1/3 3/3
11.10 1/1 1/1 1/1 0/1 1/1 1/1 1/1
11.10.1 3/3 3/3 0/3 0/3 3/3 3/3 3/3
11.10.2
11.10.3 0/1 0/1 0/1 0/1 1/1 1/1 1/1
11.11 0/1 1/1 1/1 0/1 1/1 0/1 1/1
11.12 0/1 0/1 0/1 0/1 0/1 0/1 1/1
12
12.1
12.2
12.3
12.4 2/2 2/2 2/2 0/2 0/2 2/2 2/2
12.4.1 1/1 1/1 1/1 0/1 0/1 1/1 1/1
12.4.2 3/3 3/3 0/3 0/3 0/3 3/3 3/3
12.4.2.1
12.4.2.2
12.5 1/1 1/1 1/1 0/1 0/1 1/1 1/1
12.5.1 2/2 2/2 2/2 0/2 0/2 2/2 2/2
12.5.2 1/1 1/1 1/1 0/1 0/1 1/1 1/1
12.5.3 9/9 9/9 0/9 0/9 0/9 9/9 9/9
12.5.3.1
12.5.3.2
12.5.4 0/1 1/1 0/1 0/1 0/1 0/1 1/1
12.6
12.6.1 0/3 0/3 0/3 0/3 0/3 0/3 3/3
12.6.2 0/1 0/1 0/1 0/1 0/1 0/1 1/1
12.6.3 0/1 0/1 0/1 0/1 0/1 0/1 1/1
12.7
12.7.1 1/1 1/1 0/1 0/1 1/1 1/1 1/1
12.7.2 0/1 1/1 0/1 0/1 1/1 1/1 1/1
12.7.3 0/1 1/1 0/1 0/1 0/1 0/1 1/1
12.7.4 0/1 1/1 0/1 0/1 0/1 1/1 1/1
12.7.5 0/1 0/1 0/1 0/1 0/1 0/1 1/1
12.7.6 0/1 0/1 0/1 0/1 1/1 0/1 1/1
12.8 1/4 4/4 0/4 0/4 1/4 3/4 4/4